feat: start using flakes
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# use flakes
|
||||||
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
@@ -60,6 +63,7 @@
|
|||||||
services.displayManager.defaultSession = "none+i3";
|
services.displayManager.defaultSession = "none+i3";
|
||||||
programs.i3lock.enable = true;
|
programs.i3lock.enable = true;
|
||||||
environment.pathsToLink = [ "/libexec" ];
|
environment.pathsToLink = [ "/libexec" ];
|
||||||
|
environment.variables.EDITOR = "vim";
|
||||||
|
|
||||||
# enable sound
|
# enable sound
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|||||||
Reference in New Issue
Block a user