setup flakes for later

This commit is contained in:
Sakooooo 2023-07-04 14:10:45 +03:00
parent eab4591103
commit f2ccf99e56
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -31,6 +31,9 @@
# TODO(sako):: figure out plymouth and why my system is too fast # TODO(sako):: figure out plymouth and why my system is too fast
#boot.plymouth.enable = true; #boot.plymouth.enable = true;
# for later when i setup flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# networking.hostName = "nixos"; # Define your hostname. # networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.