🚨 statix fix
This commit is contained in:
6
home.nix
6
home.nix
@@ -4,8 +4,10 @@
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "walkah";
|
||||
home.homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
|
||||
home = {
|
||||
username = "walkah";
|
||||
homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./modules
|
||||
|
Reference in New Issue
Block a user