Update to NixOS 22.05
This commit is contained in:
parent
0b17800a3b
commit
fba12571c3
4 changed files with 13 additions and 38 deletions
|
|
@ -54,7 +54,7 @@
|
|||
};
|
||||
unclutter.enable = true;
|
||||
pasystray.enable = true;
|
||||
dunst = import ./froidmpa/dunst.nix {};
|
||||
dunst = import ./froidmpa/dunst.nix { };
|
||||
screen-locker = {
|
||||
enable = true;
|
||||
inactiveInterval = 5;
|
||||
|
|
@ -132,10 +132,8 @@
|
|||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
enableFlakes = true;
|
||||
};
|
||||
nix-direnv.enable = true;
|
||||
|
||||
};
|
||||
vscode = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue