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";
|
defaultSession = "none+i3";
|
||||||
};
|
};
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
|
|
2
i3.nix
2
i3.nix
|
@ -5,8 +5,6 @@ let
|
||||||
in {
|
in {
|
||||||
# Dependencies
|
# Dependencies
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
i3lock-color # TODO: add as dependency of ./lock
|
|
||||||
(pkgs.callPackage ./lock { })
|
|
||||||
playerctl # pactl comes with PulseAudio
|
playerctl # pactl comes with PulseAudio
|
||||||
scrot # Screnshot keybindings
|
scrot # Screnshot keybindings
|
||||||
xclip # Copying screenshots to clipboard
|
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