mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 15:07:44 -05:00
Trying To Add libratbag
This commit is contained in:
parent
366878eb38
commit
0c42c30140
1 changed files with 4 additions and 0 deletions
|
|
@ -178,6 +178,9 @@
|
|||
python3
|
||||
age # For encryption
|
||||
sops # For encryption too
|
||||
|
||||
piper
|
||||
libratbag
|
||||
];
|
||||
|
||||
# List services that you want to enable:
|
||||
|
|
@ -185,6 +188,7 @@
|
|||
services.openssh.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
services.netbird.enable = true;
|
||||
services.ratbagd.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue