Almost working flakes
This commit is contained in:
parent
25130195ec
commit
e013bcfdba
14 changed files with 533 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue