From 331f2c2962552e38b173915b3ad448a2c3b96f48 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 2 Jan 2025 19:30:27 +0100 Subject: [PATCH] Updated surface config --- hosts/surface/default.nix | 2 +- hosts/surface/home.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/surface/default.nix b/hosts/surface/default.nix index 574c1e0..49f94b0 100644 --- a/hosts/surface/default.nix +++ b/hosts/surface/default.nix @@ -59,7 +59,7 @@ configurationLimit = 32; }; - networking.hostName = "xv-laptop"; # Define your hostname. + networking.hostName = "xv-surface"; # Define your hostname. users.users.xeovalyte = { isNormalUser = true; diff --git a/hosts/surface/home.nix b/hosts/surface/home.nix index 982308d..6785aa7 100644 --- a/hosts/surface/home.nix +++ b/hosts/surface/home.nix @@ -47,7 +47,8 @@ services.nextcloud-sync.enable = true; theming.fonts.enable = true; - theming.nix-colors.enable = true; + theming.nix-colors.enable = false; + theming.stylix.enable = true; desktop-environments.hyprland.enable = false; };