Updated surface config

This commit is contained in:
xeovalyte 2025-01-02 19:30:27 +01:00
parent 08f7138ba4
commit 331f2c2962
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:yvi26HS1h3dtT0rNtvNu1DDEB4tkAwiDdBqb5SPouE8
2 changed files with 3 additions and 2 deletions

View File

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

View File

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