Almost working flakes

This commit is contained in:
Geoffrey Frogeye 2024-01-06 18:40:20 +01:00
parent 25130195ec
commit e013bcfdba
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
14 changed files with 533 additions and 87 deletions

View file

@ -20,7 +20,10 @@ in
{
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix = {
package = lib.mkDefault pkgs.nixFlakes;
settings.experimental-features = [ "nix-command" "flakes" ];
};
programs =
let
@ -429,7 +432,6 @@ in
neofetch
# nix utils
nix
nix-diff
nix-tree
nix-output-monitor