remove home-manager and some old files
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../graphical/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
./file.nix
|
||||
./pkgs.nix
|
||||
./services.nix
|
||||
];
|
||||
|
||||
networking.hostName = "lmdesktop";
|
||||
@@ -47,15 +49,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = { inherit inputs; inherit cfg; };
|
||||
users = {
|
||||
"${cfg.username}" = import ./home.nix;
|
||||
};
|
||||
backupFileExtension = ".bak";
|
||||
};
|
||||
|
||||
# This option defines the first version of NixOS you have installed on this particular machine
|
||||
# Do NOT change this value unless you have manually inspected all the changes it would make to your configuration,
|
||||
# and migrated your data accordingly.
|
||||
|
||||
Reference in New Issue
Block a user