i will fix this someday i promise
This commit is contained in:
parent
7a55c6a79f
commit
42cc57a3f3
4 changed files with 3 additions and 3 deletions
|
|
@ -16,8 +16,5 @@
|
|||
# dont install packages here, just use normal nixpkgs
|
||||
];
|
||||
|
||||
# i hate the error home manager error message
|
||||
home.backupFileExtension = ".backup";
|
||||
|
||||
home.stateVersion = config.system.stateVersion;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
home-manager.useUserPackages = true;
|
||||
home-manager.users.osbm = import ../../home/home.nix {
|
||||
inherit config pkgs;
|
||||
backupFileExtension = "hmbak";
|
||||
};
|
||||
|
||||
environment.systemPackages = [];
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
home-manager.useUserPackages = true;
|
||||
home-manager.users.osbm = import ../../home/home.nix {
|
||||
inherit config pkgs;
|
||||
backupFileExtension = "hmbak";
|
||||
};
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
home-manager.useUserPackages = true;
|
||||
home-manager.users.osbm = import ../../home/home.nix {
|
||||
inherit config pkgs;
|
||||
backupFileExtension = "hmbak";
|
||||
};
|
||||
|
||||
# Enable networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue