Compare commits

..

3 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
edbc5c0393 fix terminal file chooser (tm2) 2026-02-03 13:28:30 +01:00
Lennart J. Kurzweg (Nx2)
68ec133681 logitiech solaar 2026-02-03 13:28:20 +01:00
Lennart J. Kurzweg (Nx2)
87292666b1 hyprland shader (deactivated) 2026-02-03 13:28:09 +01:00
4 changed files with 9 additions and 1 deletions

View File

@@ -161,6 +161,8 @@ in {
dim_strength = "0.2";
dim_around = "0.8";
# screen_shader = "/home/nx2/.config/hypr/shaders/e.glsl";
blur = {
enabled = true;
size = "2";

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [
solaar
];
}

View File

@@ -479,7 +479,7 @@ in {
force = true;
text = ''
[filechooser]
cmd=/home/nx2/wrapper.sh
cmd=${tfc}/share/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
default_dir=$HOME
env=TERMCMD=ghostty --title="terminal-file-picker -e"
open_mode=suggested

View File

@@ -26,6 +26,7 @@
./home-modules/hyprland.nix
./home-modules/kitty.nix
# ./home-modules/latex.nix
./home-modules/logitech.nix
./home-modules/mako.nix
# ./home-modules/matrix.nix
./home-modules/mpv.nix