Also added floorp, but not functional at the moment, it requires 24.11
5 lines
71 B
Nix
5 lines
71 B
Nix
{ pkgs, config, vars, ... }:
|
|
|
|
{
|
|
home.homeDirectory = "/home/ziro";
|
|
}
|