Remove lock instead of login

This commit is contained in:
Elnu 2023-01-04 21:11:14 -08:00
parent ed04b4841a
commit fe5bd54a1b
4 changed files with 0 additions and 15 deletions

View file

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

2
i3.nix
View file

@ -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

View file

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

View file

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