mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: enable/disable modules
This commit is contained in:
parent
dc69dacd51
commit
896f357559
1 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, nixpkgs, self, username, host, ...}:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ (import ./bootloader.nix) ]
|
[ (import ./bootloader.nix) ]
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
++ [ (import ./services.nix) ]
|
++ [ (import ./services.nix) ]
|
||||||
++ [ (import ./system.nix) ]
|
++ [ (import ./system.nix) ]
|
||||||
++ [ (import ./user.nix) ]
|
++ [ (import ./user.nix) ]
|
||||||
++ [ (import ./wayland.nix) ]
|
++ [ (import ./bluetooth.nix) ]
|
||||||
++ [ (import ./virtualization.nix) ];
|
++ [ (import ./wayland.nix) ];
|
||||||
|
# ++ [ (import ./virtualization.nix) ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue