summaryrefslogtreecommitdiff
path: root/hosts/hp-envy-office/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-03-31 17:29:23 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-03-31 17:29:23 -0500
commit4999c02cb0f37f3c71570065f19196a93c430573 (patch)
tree8fd9b49109479c33aa4451cb244f7eee7fb3729d /hosts/hp-envy-office/configuration.nix
parent37f2947426d0dc0f56d6cebbef93ef64120800e4 (diff)
downloadnixos-4999c02cb0f37f3c71570065f19196a93c430573.tar.xz
nixos-4999c02cb0f37f3c71570065f19196a93c430573.zip
wireguard to wgr and change theme color to blueHEADmaster
Diffstat (limited to 'hosts/hp-envy-office/configuration.nix')
-rw-r--r--hosts/hp-envy-office/configuration.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/hp-envy-office/configuration.nix b/hosts/hp-envy-office/configuration.nix
index 34e2de3..c55c07b 100644
--- a/hosts/hp-envy-office/configuration.nix
+++ b/hosts/hp-envy-office/configuration.nix
@@ -1,4 +1,6 @@
{ config, lib, pkgs, ... }: {
+ imports = [ ./wg.nix ];
+
# Setup bootloader
boot._loader.enable = true;
boot.loader.timeout = 15; # Show for longer since it's usually skipped
@@ -48,8 +50,8 @@
home-manager.users.timmy = {
gtk._mintTheme = {
dark = true;
- color = "Green";
- icons.color = "Green";
+ color = "Blue";
+ icons.color = "Blue";
};
programs._seasonalwallpaper.wallpapers.download = true;
fonts.fontconfig = {