system/hosts/asus-gl553vd/configuration.nix

29 lines
660 B
Nix

{ ... }:
{
imports = [
./hardware-configuration
./configs
./users
];
################################################################################
# Window manager
################################################################################
local.window-manager = {
xmonad.enable = false;
hyprland.enable = true;
};
################################################################################
# Services
################################################################################
# Enable the Docker
# virtualisation.docker.enable = true;
# Torrent
# services.transmission.enable = true;
}