Compare commits
3 commits
ba902a4708
...
27a944e3a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27a944e3a1 | ||
|
|
0ddba5e067 | ||
|
|
a1a0eb580b |
3 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
4
system/core/power.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.upower.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue