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 = {
|
||||
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 = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
"direnv"
|
||||
"vi-mode"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
whatsapp-for-linux
|
||||
nextcloud-client
|
||||
keepassxc
|
||||
direnv
|
||||
tree
|
||||
light
|
||||
element-desktop
|
||||
|
@ -46,6 +47,5 @@
|
|||
home-manager/starship.nix
|
||||
home-manager/i3
|
||||
./home-manager/rofi.nix
|
||||
./home-manager/direnv.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue