Compare commits
2 commits
1fbc96fe98
...
04ced2fb7e
Author | SHA1 | Date | |
---|---|---|---|
|
04ced2fb7e | ||
|
5fdcc58f76 |
|
@ -11,4 +11,6 @@
|
||||||
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
|
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
hardware.sane.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
''
|
''
|
||||||
general {
|
general {
|
||||||
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
|
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 {
|
listener {
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
nitch # systhem fetch util
|
nitch # systhem fetch util
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
ripgrep # grep replacement
|
ripgrep # grep replacement
|
||||||
|
simple-scan
|
||||||
swappy
|
swappy
|
||||||
tdf # cli pdf viewer
|
tdf # cli pdf viewer
|
||||||
todo # cli todo list
|
todo # cli todo list
|
||||||
|
|
Loading…
Reference in a new issue