chore: enable/disable modules

This commit is contained in:
Ahwx 2024-06-21 09:36:07 +02:00
parent dc69dacd51
commit 896f357559

View file

@ -1,4 +1,4 @@
{ inputs, nixpkgs, self, username, host, ...}:
{ ... }:
{
imports =
[ (import ./bootloader.nix) ]
@ -11,6 +11,7 @@
++ [ (import ./services.nix) ]
++ [ (import ./system.nix) ]
++ [ (import ./user.nix) ]
++ [ (import ./wayland.nix) ]
++ [ (import ./virtualization.nix) ];
++ [ (import ./bluetooth.nix) ]
++ [ (import ./wayland.nix) ];
# ++ [ (import ./virtualization.nix) ];
}