My NixOS configuration (mirror)

feat: tweaked more niri configs

+9 -4
+4 -2
home/default.nix
··· 17 17 ./btop.nix 18 18 ./fastfetch 19 19 ./fuzzel.nix 20 - ./fzf.nix 20 + # ./fzf.nix 21 21 ./git.nix 22 22 ./helix.nix 23 23 ./shell ··· 37 37 38 38 ripgrep 39 39 eza 40 - tldr 40 + fd 41 + 42 + television 41 43 42 44 gh 43 45 lazygit
+2
home/direnv.nix
··· 4 4 nix-direnv.enable = true; 5 5 config = { 6 6 global = { 7 + disable_stdin = true; 7 8 hide_env_diff = true; 9 + warn_timeout = "0ms"; 8 10 }; 9 11 }; 10 12 };
+2 -1
home/shell/fish.nix
··· 21 21 end 22 22 23 23 zoxide init fish | source 24 + tv init fish | source 24 25 ''; 25 26 shellAliases = { 26 27 ls = "eza -la --octal-permissions --git"; ··· 31 32 ".." = "cd .."; 32 33 ":q" = "exit"; 33 34 copy = "xclip -selection clipboard"; 34 - fzf = "fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'"; 35 + find = "fd"; 35 36 }; 36 37 plugins = [ 37 38 {
+1 -1
home/wayland/dunst/default.nix
··· 54 54 sticky_history = "yes"; 55 55 history_length = 20; 56 56 57 - corner_radius = 4; 57 + corner_radius = 11; 58 58 }; 59 59 60 60 settings.urgency_low = {