Remove lock instead of login

inky
Elnu 2 years ago
parent ed04b4841a
commit fe5bd54a1b

@ -20,10 +20,6 @@
};
};
};
autoLogin = {
enable = true;
user = "elnu";
};
defaultSession = "none+i3";
};
windowManager.i3 = {

@ -5,8 +5,6 @@ let
in {
# Dependencies
home.packages = with pkgs; [
i3lock-color # TODO: add as dependency of ./lock
(pkgs.callPackage ./lock { })
playerctl # pactl comes with PulseAudio
scrot # Screnshot keybindings
xclip # Copying screenshots to clipboard

@ -1,8 +0,0 @@
{ substituteAll, pkgs }:
substituteAll {
name = "lock";
src = ./lock.sh;
dir = "bin";
isExecutable = true;
}

@ -1 +0,0 @@
i3lock-color --fill -c 272c36 -i `readlink -f ~/.background-image`
Loading…
Cancel
Save