From 896e7b5791c4723313790b1e07e867fcd7003212 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 29 Nov 2025 13:47:53 +0100 Subject: uhh --- home/home.nix | 18 +++++------------- home/wayland/niri/binds.nix | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) (limited to 'home') diff --git a/home/home.nix b/home/home.nix index 87dc479..02f896d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -27,39 +27,28 @@ home.stateVersion = "25.05"; home.packages = with pkgs; [ + wofi librewolf firefox equibop - sherlock inputs.prismlauncher.packages.${pkgs.stdenv.hostPlatform.system}.prismlauncher inputs.awww.packages.${pkgs.stdenv.hostPlatform.system}.awww - clinfo grim slurp satty veracrypt - imagemagick - exiftool brave ripgrep - nix-index qbittorrent-enhanced fastfetch foot - wofi bitwarden-desktop yt-dlp_git ffmpeg mpv gimp - obs-cmd - obs-studio mako thunderbird - nautilus - xfce.thunar - xfce.thunar-archive-plugin - xfce.thunar-volman magic-wormhole obsidian alsa-utils @@ -78,6 +67,7 @@ gtk = { enable = true; + colorScheme = "dark"; theme = { name = "Adwaita-dark"; package = pkgs.gnome-themes-extra; @@ -86,6 +76,8 @@ qt = { enable = true; - style.name = "Breeze-Dark"; + style.name = "adwaita-dark"; + style.package = pkgs.adwaita-qt; + platformTheme.name = "kde"; }; } diff --git a/home/wayland/niri/binds.nix b/home/wayland/niri/binds.nix index 8e9f1d0..14a0ea4 100644 --- a/home/wayland/niri/binds.nix +++ b/home/wayland/niri/binds.nix @@ -35,7 +35,7 @@ "Mod+Shift+Equal".action = set-window-height "+10%"; # Misc - # "Mod+Shift+V".action = switch-focus-between-floating-and-tiling; + "Mod+Shift+V".action = switch-focus-between-floating-and-tiling; "Mod+Shift+P".action = power-off-monitors; "Mod+W".action = toggle-column-tabbed-display; -- cgit v1.3