Compare commits

...

2 commits

Author SHA1 Message Date
Pedro Rey Anca 04ced2fb7e Add scanner support 2024-07-11 15:39:02 +02:00
Pedro Rey Anca 5fdcc58f76 Lock before suspension 2024-07-11 14:43:27 +02:00
3 changed files with 5 additions and 0 deletions

View file

@ -11,4 +11,6 @@
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
hardware.bluetooth.enable = true;
hardware.sane.enable = true;
}

View file

@ -8,6 +8,8 @@
''
general {
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
before_sleep_cmd = loginctl lock-session # lock before suspend.
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
}
listener {

View file

@ -23,6 +23,7 @@
nitch # systhem fetch util
nix-prefetch-github
ripgrep # grep replacement
simple-scan
swappy
tdf # cli pdf viewer
todo # cli todo list