Restructure repo
This commit is contained in:
9
modules/nixos/home-manager.nix
Normal file
9
modules/nixos/home-manager.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
# Home-manager configuration for NixOS
|
||||
{inputs, ...}: {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "hm-backup";
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user