Changed desktop configuration

This commit is contained in:
xeovalyte 2024-08-09 11:02:11 +02:00
parent e2cd752b7a
commit 2f09a27e2d
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo
3 changed files with 10 additions and 22 deletions

View File

@ -5,9 +5,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
# GUI # GUI
../../modules/system/gui/plasma.nix
../../modules/system/gui/steam.nix ../../modules/system/gui/steam.nix
../../modules/system/gui/sunshine.nix ../../modules/system/gui/hyprland.nix
../../modules/system/gui/thunar.nix
# CLI # CLI
../../modules/system/cli/common.nix ../../modules/system/cli/common.nix
@ -24,24 +24,17 @@
substituters = [ substituters = [
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];
}; };
# Bootloader. # Bootloader.
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.grub = { boot.loader.grub = {
# enable = true; enable = true;
# efiSupport = true; efiSupport = true;
# device = "nodev"; device = "nodev";
# }; };
boot.loader.systemd-boot.enable = true;
networking.networkmanager.enable = true;
networking.hostName = "xv-desktop"; # Define your hostname. networking.hostName = "xv-desktop"; # Define your hostname.
networking.interfaces.enp7s0.wakeOnLan.enable = true; networking.interfaces.enp7s0.wakeOnLan.enable = true;
@ -52,13 +45,7 @@
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" ]; extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" ];
}; };
services.displayManager.autoLogin = { boot.kernelPackages = pkgs.linuxPackages_latest;
enable = true;
user = "xeovalyte";
};
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
system.stateVersion = "24.05"; system.stateVersion = "24.05";

View File

@ -44,6 +44,7 @@
unstable.vesktop unstable.vesktop
unstable.rnote unstable.rnote
unstable.blender unstable.blender
unstable.openscad-unstable
# Office # Office
libreoffice libreoffice

View File

@ -34,6 +34,6 @@
open = false; open = false;
nvidiaSettings = true; nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.beta;
}; };
} }