mirror of https://github.com/wlcx/home.git
upgrade to 22.05
This commit is contained in:
parent
2ca606af00
commit
db8023caed
|
@ -8,6 +8,11 @@ in {
|
|||
"EDITOR" = "vim";
|
||||
"WORDCHARS" = "\${WORDCHARS//[\\/.=]/}"; # ctrl-w on paths without make angery
|
||||
};
|
||||
nix = {
|
||||
enable = true;
|
||||
package = pkgs.nix;
|
||||
settings.experimental-features = "nix-command flakes";
|
||||
};
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
|
@ -84,7 +89,6 @@ in {
|
|||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
nix-direnv.enableFlakes = true;
|
||||
};
|
||||
|
||||
fzf = {
|
||||
|
|
Loading…
Reference in New Issue