From 096769b390bb90fc451c384f85bc26d3c2744a1c Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 28 Jul 2026 17:11:49 -0500 Subject: move hp-envy-office to office-precision --- hosts/hp-envy-office/configuration.nix | 69 ---------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 hosts/hp-envy-office/configuration.nix (limited to 'hosts/hp-envy-office/configuration.nix') diff --git a/hosts/hp-envy-office/configuration.nix b/hosts/hp-envy-office/configuration.nix deleted file mode 100644 index 5e3a463..0000000 --- a/hosts/hp-envy-office/configuration.nix +++ /dev/null @@ -1,69 +0,0 @@ -{ config, lib, pkgs, ... }: { - imports = [ ./wg.nix ]; - - # Setup bootloader - boot._loader.enable = true; - boot.loader.timeout = 15; # Show for longer since it's usually skipped - - # Enable common options - _archetypes = { - profiles = { - desktop = { - enable = true; - home.users.timmy.enable = true; - }; - btrfs.enable = true; - }; - collections = { - desktop = { - extraUtilities.enable = true; - chromium.enable = true; - graphics.enable = true; - office.enable = true; - }; - development = { - docker.enable = true; - web = { - node.enable = true; - }; - }; - virtualization.enable = true; - }; - }; - - # Enable user timmy - _users.timmy = { - enable = true; - nas = { - enable = true; - office.enable = true; - office.automount = true; - }; - }; - - # Disable suspend - systemd._suspend.disable = true; - - # Use amdgpu driver for x11 - services.xserver.videoDrivers = [ "amdgpu" ]; - - # Configure home - home-manager.users.timmy = { - gtk._mintTheme = { - dark = true; - color = "Blue"; - icons.color = "Blue"; - }; - programs._seasonalwallpaper.wallpapers.download = true; - fonts.fontconfig = { - subpixelRendering = "rgb"; - hinting = "none"; - }; - gtk.gtk3.bookmarks = [ - "file:///home/timmy/docs/src/sites/admin Admin" - "file:///media/chexx/chexx cHEXx" - ]; - }; - - system.stateVersion = "24.11"; -} -- cgit v1.2.3