Modified desktop configuration
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user