feat: start using flakes

This commit is contained in:
2025-11-16 16:00:29 +01:00
parent e52c35649c
commit a371997768

View File

@@ -8,6 +8,9 @@
./hardware-configuration.nix
];
# use flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -60,6 +63,7 @@
services.displayManager.defaultSession = "none+i3";
programs.i3lock.enable = true;
environment.pathsToLink = [ "/libexec" ];
environment.variables.EDITOR = "vim";
# enable sound
services.pipewire = {