Preparing to switch to flakes
This commit is contained in:
@@ -6,6 +6,15 @@
|
||||
};
|
||||
|
||||
config = lib.mkIf config.grapfical-desktop.enable {
|
||||
option1.enable = true;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Hyprland
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
programs.waybar.enable = true;
|
||||
}
|
||||
}
|
||||
|
||||
13
nixosModules/default.nix
Normal file
13
nixosModules/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
imports =
|
||||
[
|
||||
./bundles/graphical-desktop.nix
|
||||
# ./bundles/gaming.nix
|
||||
# ./bundles/docker-server.nix
|
||||
# ./bundles/terminal.nix
|
||||
# ./bundles/csharp-devel.nix
|
||||
# ./bundles/sound-music.nix
|
||||
# ./bundles/local-ai.nix
|
||||
# ./bundles/editors.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user