Migrated from import based to config based
This commit is contained in:
26
modules/system/default.nix
Normal file
26
modules/system/default.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./applications/common.nix
|
||||
./applications/steam.nix
|
||||
./applications/thunar.nix
|
||||
|
||||
./services/docker.nix
|
||||
./services/quickemu.nix
|
||||
./services/sunshine.nix
|
||||
./services/garbage-collection.nix
|
||||
|
||||
./hardware/bluetooth.nix
|
||||
./hardware/fprint.nix
|
||||
./hardware/locale.nix
|
||||
# ./hardware/nvidia.nix
|
||||
./hardware/firewall.nix
|
||||
./hardware/printing.nix
|
||||
|
||||
./desktop-environments/cosmic.nix
|
||||
./desktop-environments/hyprland.nix
|
||||
|
||||
./display-managers/default.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user