Compare commits

...

3 commits

Author SHA1 Message Date
Lilith
27a944e3a1
upower 2025-05-30 15:30:26 +02:00
Lilith
0ddba5e067
hyprpanel 2025-05-30 15:27:25 +02:00
Lilith
a1a0eb580b
hyprpanel 2025-05-30 15:26:07 +02:00
3 changed files with 12 additions and 0 deletions

View file

@ -16,6 +16,13 @@
xdg-utils xdg-utils
hyprshot hyprshot
upower
libgtop
gvfs
bluez
gtksourceview3
libsoup_3
vlc vlc
obs-studio obs-studio
keepassxc keepassxc

View file

@ -14,6 +14,7 @@
./sops.nix ./sops.nix
./ssh.nix ./ssh.nix
./syncthing.nix ./syncthing.nix
./power.nix
./users.nix ./users.nix
./zsh.nix ./zsh.nix

4
system/core/power.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... }:
{
services.upower.enable = true;
}