Testing swaylock

This commit is contained in:
iFargle 2023-08-17 19:26:20 +09:00
parent b1b188898e
commit 3b2e9cefb3
2 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@ Repo for nix configuration files
--- ---
# To Do List # To Do List
* [ ] btrfs snapshots * [ ] btrfs snapshots
* [ ] regreet config / theming - Icons still broken for some reason * [x] regreet config / theming - Icons still broken for some reason
* Possibly switch to tuigreet and gruv it * Possibly switch to tuigreet and gruv it
* [x] mako config / theming * [x] mako config / theming
* [x] waybar config / theming * [x] waybar config / theming
@ -26,7 +26,7 @@ Repo for nix configuration files
* [ ] Try and submit this as a nixpkg - [Link](https://github.com/SylEleuth/gruvbox-plus-icon-pack) * [ ] Try and submit this as a nixpkg - [Link](https://github.com/SylEleuth/gruvbox-plus-icon-pack)
* [x] Possibly move away from powerline-go - I want something simpler * [x] Possibly move away from powerline-go - I want something simpler
* Staying with powerline-go, just editing the config in `home-manager/bash.nix` * Staying with powerline-go, just editing the config in `home-manager/bash.nix`
* [ ] Set up the fingerprint reader - [Link](https://www.makeuseof.com/set-up-fingerprint-scanner-with-pam-on-linux/) * [x] Set up the fingerprint reader - [Link](https://www.makeuseof.com/set-up-fingerprint-scanner-with-pam-on-linux/)
* [x] sublime music config / theming / integration - [Link](https://docs.sublimemusic.app/) * [x] sublime music config / theming / integration - [Link](https://docs.sublimemusic.app/)
* [ ] hyprland * [ ] hyprland
* [x] Try hyprctl * [x] Try hyprctl
@ -34,7 +34,7 @@ Repo for nix configuration files
* [x] libinput-gestures? * [x] libinput-gestures?
* [x] configure programs.light - keybinds in hyprland config * [x] configure programs.light - keybinds in hyprland config
* [x] authentication agent (like polkit-kde-agent) * [x] authentication agent (like polkit-kde-agent)
* [ ] Set GTK theme for GTK apps * [x] Set GTK theme for GTK apps
--- ---

View file

@ -52,6 +52,8 @@
programs.light.enable = true; programs.light.enable = true;
# PolKit for the fingerprint reader # PolKit for the fingerprint reader
security.polkit.enable = true; security.polkit.enable = true;
# https://github.com/NixOS/nixpkgs/issues/143365
security.pam.services.swaylock = {};
# Enabling hyprlnd on NixOS # Enabling hyprlnd on NixOS
programs.hyprland = { programs.hyprland = {
@ -88,17 +90,15 @@
slurp # Screenshots slurp # Screenshots
wl-clipboard # Clipboard wl-clipboard # Clipboard
font-awesome # Fonts font-awesome # Fonts
swaylock-fancy # Lock screen
gruvbox-gtk-theme # Gruvbox Theme gruvbox-gtk-theme # Gruvbox Theme
papirus-icon-theme # Papirus Icons papirus-icon-theme # Papirus Icons
libinput-gestures # Gesture Control\ libinput-gestures # Gesture Control\
playerctl # Control sublime-music from waybar? playerctl # Control sublime-music from waybar?
pavucontrol # Pulse Audio Volume CONTROL pavucontrol # Pulse Audio Volume CONTROL
glib # Set GTK theme settings glib # Set GTK theme settings
gsettings-desktop-schemas # SO I can set themes
greetd.tuigreet # Greeter greetd.tuigreet # Greeter
polkit swaylock-fancy # Lock screen
libsForQt5.polkit-kde-agent swayidle # Idle management daemon - Automatic lock screen
]; ];
# Enable sound with pipewire. # Enable sound with pipewire.