created home manager nixos adapter modules

This commit is contained in:
Leyla Becker 2024-11-24 15:23:04 -06:00
parent a755b9ff48
commit 90f0c114b3
9 changed files with 34 additions and 8 deletions

View file

@ -3,9 +3,6 @@
../common
];
# # Enable sound with pipewire.
# hardware.flipperzero.enable = true;
environment.systemPackages = with pkgs; [
cachefilesd
];