add home manager to ymir

This commit is contained in:
Osman Faruk Bayram 2025-01-13 20:38:04 +03:00
parent 3c058360c7
commit 6ffafdca8e

View file

@ -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";