Switch to flakes

This commit is contained in:
Tibo De Peuter 2023-03-06 21:00:44 +01:00 committed by Tibo De Peuter
parent 13c49d17bf
commit 0c395f2cf7
9 changed files with 121 additions and 6 deletions

View file

@ -10,6 +10,12 @@
./hardware-configuration.nix
];
# Nix Flakes
nix.package = pkgs.nixFlakes;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
# Use the systemd-boot EFI boot loader.]
boot.loader = {
systemd-boot.enable = true;