added nix module
parent
9af3b867c6
commit
d523e07700
|
@ -12,6 +12,7 @@
|
|||
./picom.nix
|
||||
./zathura.nix
|
||||
./zsh.nix
|
||||
./nix.nix
|
||||
];
|
||||
|
||||
# USERS
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue