summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/home.nix18
-rw-r--r--home/wayland/niri/binds.nix2
2 files changed, 6 insertions, 14 deletions
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;