Compare commits
3 Commits
7d1ca1d174
...
edbc5c0393
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edbc5c0393 | ||
|
|
68ec133681 | ||
|
|
87292666b1 |
@@ -161,6 +161,8 @@ in {
|
|||||||
dim_strength = "0.2";
|
dim_strength = "0.2";
|
||||||
dim_around = "0.8";
|
dim_around = "0.8";
|
||||||
|
|
||||||
|
# screen_shader = "/home/nx2/.config/hypr/shaders/e.glsl";
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = "2";
|
size = "2";
|
||||||
|
|||||||
5
home-modules/logitech.nix
Normal file
5
home-modules/logitech.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }@all: with all; {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
solaar
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -479,7 +479,7 @@ in {
|
|||||||
force = true;
|
force = true;
|
||||||
text = ''
|
text = ''
|
||||||
[filechooser]
|
[filechooser]
|
||||||
cmd=/home/nx2/wrapper.sh
|
cmd=${tfc}/share/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
|
||||||
default_dir=$HOME
|
default_dir=$HOME
|
||||||
env=TERMCMD=ghostty --title="terminal-file-picker -e"
|
env=TERMCMD=ghostty --title="terminal-file-picker -e"
|
||||||
open_mode=suggested
|
open_mode=suggested
|
||||||
|
|||||||
1
home.nix
1
home.nix
@@ -26,6 +26,7 @@
|
|||||||
./home-modules/hyprland.nix
|
./home-modules/hyprland.nix
|
||||||
./home-modules/kitty.nix
|
./home-modules/kitty.nix
|
||||||
# ./home-modules/latex.nix
|
# ./home-modules/latex.nix
|
||||||
|
./home-modules/logitech.nix
|
||||||
./home-modules/mako.nix
|
./home-modules/mako.nix
|
||||||
# ./home-modules/matrix.nix
|
# ./home-modules/matrix.nix
|
||||||
./home-modules/mpv.nix
|
./home-modules/mpv.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user