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; };