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