Compare commits
2 Commits
c898efcfa1
...
2b901acd4a
Author | SHA1 | Date |
---|---|---|
mandlm | 2b901acd4a | |
mandlm | 077daf284b |
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -91,6 +91,6 @@ in
|
|||
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image ~/.config/i3/wallpapers/nix-wallpaper-dracula.png";
|
||||
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
"direnv"
|
||||
"vi-mode"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
whatsapp-for-linux
|
||||
nextcloud-client
|
||||
keepassxc
|
||||
direnv
|
||||
tree
|
||||
light
|
||||
element-desktop
|
||||
|
@ -47,5 +46,6 @@
|
|||
home-manager/starship.nix
|
||||
home-manager/i3
|
||||
./home-manager/rofi.nix
|
||||
./home-manager/direnv.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue