mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
migrated
This commit is contained in:
13
modules/desktop/group-desktop.nix
Normal file
13
modules/desktop/group-desktop.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ inputs, ... }: {
|
||||
flake.nixosModules.desktop-sys-group = {
|
||||
imports = with inputs.self.nixosModules; [
|
||||
desktop-sys-bluetooth
|
||||
desktop-sys-fonts
|
||||
desktop-sys-gpu-amd
|
||||
desktop-sys-input
|
||||
desktop-sys-printing
|
||||
desktop-sys-sound
|
||||
desktop-sys-miscapps
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user