Fix Jeremiah and hms
Add Jeremiah to the users page Remove unnecessary home-manager configuration Convert hms into a shell application
This commit is contained in:
@@ -53,18 +53,6 @@ in
|
||||
xfsprogs
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
backupFileExtension = "bkp";
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.greg = import ../home/home.nix;
|
||||
extraSpecialArgs = {
|
||||
inherit top overlays;
|
||||
home = "/home/greg";
|
||||
host = config.networking.hostName;
|
||||
};
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
nix = {
|
||||
|
||||
Reference in New Issue
Block a user