Remove lock instead of login
This commit is contained in:
parent
ed04b4841a
commit
fe5bd54a1b
4 changed files with 0 additions and 15 deletions
|
@ -20,10 +20,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "elnu";
|
||||
};
|
||||
defaultSession = "none+i3";
|
||||
};
|
||||
windowManager.i3 = {
|
||||
|
|
2
i3.nix
2
i3.nix
|
@ -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…
Add table
Reference in a new issue