mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Flakes are really confusing
This commit is contained in:
parent
de1f723e34
commit
c0af54af4b
|
@ -14,7 +14,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations."emmet" = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."emmet" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
|
||||||
modules = [ stylix.homeManagerModules.stylix ./user/home.nix ];
|
modules = [ stylix.homeManagerModules.stylix ./user/home.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"/crypto_keyfile.bin" = null;
|
"/crypto_keyfile.bin" = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "nixos"; # Define your hostname.
|
networking.hostName = "snowfire"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
|
|
Loading…
Reference in a new issue