remove trash

This commit is contained in:
2025-12-23 14:20:26 +03:00
parent 043681c5a0
commit c8839b737e
9 changed files with 11 additions and 264 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
networking.hostName = "hostname";
networking.hostName = hostname;
imports = [ ../../nixos/custom.nix ./hardware-configuration.nix ];
services.desktopManager.gnome.enable = true;