This commit is contained in:
2025-12-23 13:48:12 +03:00
parent 3e9e074cc5
commit 8cc33846b0
15 changed files with 121 additions and 266 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
networking.hostName = "hostname";
imports = [ ../../nixos/custom.nix ./hardware-configuration.nix ];
services.desktopManager.gnome.enable = true;
programs.hyprland.enable = false;
}