Modified desktop configuration

This commit is contained in:
2024-06-20 12:56:01 +02:00
parent 7c8c81a9aa
commit 2c1e99608a
6 changed files with 75 additions and 53 deletions

View File

@@ -3,19 +3,20 @@
{
imports = [ # Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/system/desktop/hyprland.nix
../../modules/system/desktop/noisetorch.nix
# ../../modules/system/desktop/hyprland.nix
../../modules/system/desktop/plasma.nix
# ../../modules/system/desktop/noisetorch.nix
../../modules/system/desktop/nvidia.nix
../../modules/system/programs/syncthing.nix
../../modules/system/programs/thunar.nix
../../modules/system/programs/steam.nix
../../modules/system/utils/common.nix
../../modules/system/utils/docker.nix
../../modules/system/utils/firewall.nix
# ../../modules/system/programs/syncthing.nix
# ../../modules/system/programs/thunar.nix
# ../../modules/system/programs/steam.nix
# ../../modules/system/utils/common.nix
# ../../modules/system/utils/docker.nix
# ../../modules/system/utils/firewall.nix
#../../modules/system/utils/fprint.nix
../../modules/system/utils/garbage-collection.nix
../../modules/system/utils/locale.nix
../../modules/system/utils/printing.nix
# ../../modules/system/utils/printing.nix
../../modules/system/programs/sunshine.nix
];
@@ -34,11 +35,14 @@
# Bootloader.
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
};
# boot.loader.grub = {
# enable = true;
# efiSupport = true;
# device = "nodev";
# };
boot.loader.systemd-boot.enable = true;
networking.networkmanager.enable = true;
networking.hostName = "xv-desktop"; # Define your hostname.
networking.interfaces.enp7s0.wakeOnLan.enable = true;
@@ -49,10 +53,13 @@
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" ];
};
services.printing.enable = true;
services.displayManager.autoLogin = {
enable = true;
user = "xeovalyte";
};
# Keyboard
hardware.ckb-next.enable = true;
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
system.stateVersion = "24.05";