Compare commits
No commits in common. "04ced2fb7e21f2e192af09e918da4c06c4c2f568" and "1fbc96fe98e2245b3acdc09e1cab0296fc92f504" have entirely different histories.
04ced2fb7e
...
1fbc96fe98
|
@ -11,6 +11,4 @@
|
||||||
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,8 +8,6 @@
|
||||||
''
|
''
|
||||||
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,7 +23,6 @@
|
||||||
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