add home manager to ymir
This commit is contained in:
parent
3c058360c7
commit
6ffafdca8e
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@
|
|||
networking.hostName = "ymir"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.osbm = import ../../modules/home.nix { stateVersion = "24.11"; };
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue