feat: adding the swaylock configuration

This commit is contained in:
Raphael 2025-02-10 22:24:09 +01:00
parent fdc99be618
commit 56cfb5d7b0
3 changed files with 7 additions and 3 deletions

@ -1 +0,0 @@
Subproject commit 5e8e9aa272ce0e2df80021a7f07cac33d9b7d85b

View file

@ -15,6 +15,9 @@
ticket = true; ticket = true;
}; };
}; };
security.pam.services.swaylock = {};
# Bootloader. # Bootloader.
boot.loader = { boot.loader = {
systemd-boot.enable = true; systemd-boot.enable = true;

View file

@ -78,15 +78,17 @@
python3 python3
python3Packages.pip python3Packages.pip
qflipper qflipper
swaylock
swaylock-fancy
tmux tmux
unzip unzip
vim
wget wget
wl-clipboard wl-clipboard
xclip xclip
xsel
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
xsel
yarn yarn
zsh zsh
vim
]; ];
} }