Compare commits

..

No commits in common. "27a944e3a12c144a56a3cc1935e7f19ffcd97d54" and "ba902a4708c451414255703a690fc987eeb34ac0" have entirely different histories.

3 changed files with 0 additions and 12 deletions

View file

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

View file

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

View file

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