refactor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user