updated desktop configuration
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
{
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
#../../modules/system/desktop/hyprland.nix
|
||||
../../modules/system/desktop/plasma.nix
|
||||
../../modules/system/desktop/hyprland.nix
|
||||
#../../modules/system/desktop/plasma.nix
|
||||
../../modules/system/desktop/nvidia.nix
|
||||
../../modules/system/programs/sunshine.nix
|
||||
#../../modules/system/programs/syncthing.nix
|
||||
../../modules/system/programs/thunar.nix
|
||||
../../modules/system/utils/common.nix
|
||||
../../modules/system/utils/firewall.nix
|
||||
../../modules/system/utils/fprint.nix
|
||||
#../../modules/system/utils/fprint.nix
|
||||
../../modules/system/utils/garbage-collection.nix
|
||||
../../modules/system/utils/locale.nix
|
||||
];
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
#../../modules/home/desktop/hyprland
|
||||
../../modules/home/desktop/hyprland
|
||||
../../modules/home/programs/common.nix
|
||||
../../modules/home/programs/firefox.nix
|
||||
../../modules/home/programs/kitty.nix
|
||||
@@ -27,5 +27,12 @@
|
||||
unstable.arduino-ide
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
LIBVA_DRIVER_NAME = "nvidia";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
WLR_NO_HARDWARE_CURSORS = 1;
|
||||
};
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
Reference in New Issue
Block a user