updated desktop configuration

This commit is contained in:
2024-03-14 21:36:28 +01:00
parent afaf954792
commit 37d76d2fae
9 changed files with 60 additions and 21 deletions

View File

@@ -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
];

View File

@@ -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";
}