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

@@ -2,18 +2,18 @@
{
imports = [
../../modules/home/desktop/hyprland
# ../../modules/home/desktop/hyprland
# ../../modules/home/programs/barrier.nix
../../modules/home/programs/common.nix
../../modules/home/programs/develop.nix
../../modules/home/programs/firefox.nix
../../modules/home/programs/modrinth.nix
../../modules/home/programs/neovim
../../modules/home/programs/git.nix
../../modules/home/programs/ssh.nix
../../modules/home/theme
../../modules/home/theme/blueish.nix
../../modules/home/utils/fonts.nix
# ../../modules/home/programs/common.nix
# ../../modules/home/programs/develop.nix
../../modules/home/programs/firefox.nix
# ../../modules/home/programs/modrinth.nix
# ../../modules/home/programs/neovim
# ../../modules/home/programs/git.nix
# ../../modules/home/programs/ssh.nix
# ../../modules/home/theme
# ../../modules/home/theme/blueish.nix
# ../../modules/home/utils/fonts.nix
];
home = {
@@ -22,22 +22,22 @@
};
home.packages = with pkgs; [
# Desktop Applications
kdenlive
gthumb
unstable.arduino-ide
unstable.prismlauncher
blender
# Desktop Applications
# kdenlive
# gthumb
unstable.bitwarden
unstable.prismlauncher
# blender
unstable.surrealist
# unstable.surrealist
];
home.sessionVariables = {
LIBVA_DRIVER_NAME = "nvidia";
XDG_SESSION_TYPE = "wayland";
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
WLR_NO_HARDWARE_CURSORS = 1;
};
# home.sessionVariables = {
# LIBVA_DRIVER_NAME = "nvidia";
# XDG_SESSION_TYPE = "wayland";
# __GLX_VENDOR_LIBRARY_NAME = "nvidia";
# WLR_NO_HARDWARE_CURSORS = 1;
# };
home.stateVersion = "24.05";
}