Files
2025-12-23 14:20:26 +03:00

10 lines
215 B
Nix

{ config, pkgs, ... }:
{
networking.hostName = hostname;
imports = [ ../../nixos/custom.nix ./hardware-configuration.nix ];
services.desktopManager.gnome.enable = true;
programs.hyprland.enable = false;
}