Changed desktop configuration
This commit is contained in:
parent
e2cd752b7a
commit
2f09a27e2d
@ -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";
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
unstable.vesktop
|
unstable.vesktop
|
||||||
unstable.rnote
|
unstable.rnote
|
||||||
unstable.blender
|
unstable.blender
|
||||||
|
unstable.openscad-unstable
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
libreoffice
|
libreoffice
|
||||||
|
@ -34,6 +34,6 @@
|
|||||||
open = false;
|
open = false;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
|
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user