diff --git a/hosts/JWST/configuration.nix b/hosts/JWST/configuration.nix index 9ba3dfc..04c52e9 100644 --- a/hosts/JWST/configuration.nix +++ b/hosts/JWST/configuration.nix @@ -94,11 +94,15 @@ "discord" ]; + programs.nix-index.enable = true; + programs.command-not-found.enable = false; + # ------------ Software ------------ environment = { systemPackages = with pkgs; [ vim + xournalpp exfat encfs ntfs3g @@ -124,15 +128,16 @@ programs.waybar.enable = true; programs.steam.enable = true; - programs.steam.gamescopeSession = { - enable = true; + programs.steam.remotePlay.openFirewall = true; + # programs.steam.gamescopeSession = { + # enable = true; # args = [ # "-f" # "--expose-wayland" # ]; - }; + # }; programs.gamemode.enable = true; - programs.gamescope.enable = true; + # programs.gamescope.enable = true; xdg.portal = { enable = true; @@ -142,6 +147,8 @@ ]; }; + gtk.iconCache.enable = true; + # ------------ Graphics ------------ hardware.opengl = { diff --git a/users/tacocat/home.nix b/users/tacocat/home.nix index 0cad248..eb0c35b 100644 --- a/users/tacocat/home.nix +++ b/users/tacocat/home.nix @@ -13,8 +13,9 @@ "$HOME/.dotnet" ]; packages = with pkgs; [ - # rnote mpv + tor-browser + xournal discord neovim libreoffice @@ -79,4 +80,17 @@ # Let Home Manager install and manage itself. programs.home-manager.enable = true; + # ------------ GTK ------------ + + gtk = { + enable = true; + theme = { + package = pkgs.rose-pine-gtk-theme; + name = "oomox-rose-pine-moon"; + }; + iconTheme = { + package = pkgs.papirus-icon-theme; + name = "Papirus"; + }; + }; } diff --git a/users/tacocat/wayland/default.nix b/users/tacocat/wayland/default.nix index 5f90233..de01bde 100644 --- a/users/tacocat/wayland/default.nix +++ b/users/tacocat/wayland/default.nix @@ -21,9 +21,9 @@ home.sessionVariables = { # SDL_VIDEODRIVER = "wayland"; - # QT_QPA_PLATFORM = "wayland"; + # QT_QPA_PLATFORM = "wayland"; QT_WAYLAND_DISABLE_WINDOWDECORATIONS = "1"; - # _JAVA_AWT_WM_NONREPARENTING = "1"; + # _JAVA_AWT_WM_NONREPARENTING = "1"; MOZ_ENABLE_WAYLAND = "1"; }; diff --git a/users/tacocat/wayland/waybar/default.nix b/users/tacocat/wayland/waybar/default.nix index 792072c..ba39fb8 100644 --- a/users/tacocat/wayland/waybar/default.nix +++ b/users/tacocat/wayland/waybar/default.nix @@ -61,7 +61,7 @@ "temperature" = { critical-threshold = 90; interval = 5; - thermal-zone = 1; + thermal-zone = 0; format = "{icon} {temperatureC}°"; format-icons = [ ""