My personal nix config files. Feel free to import flake.

add sources

+3 -1
+1 -1
modules/home-manager/by-category/tools.nix
··· 56 56 }; 57 57 zellij = { 58 58 enable = lib.mkDefault true; 59 - # settings = { }; 59 + # settings = { }; // ~/.config/zellij/config.kdl and ~/.config/zellij/themes/custom.kdl 60 60 }; 61 61 lesspipe.enable = lib.mkDefault true; 62 62 fastfetch = {
+2
modules/home-manager/files.nix
··· 15 15 home.file.".config/nano/nanorc".source = ./sources/.config/nano/nanorc; 16 16 home.file.".config/vim/.vimrc".source = ./sources/.config/vim/.vimrc; 17 17 home.file.".config/wezterm/wezterm.lua".source = ./sources/.config/wezterm/wezterm.lua; 18 + home.file.".config/ghostty/config".source = ./sources/.config/ghostty/config; 19 + home.file.".config/ghostty/ghostty-shaders/my_bloom.glsl".source = ./sources/.config/ghostty/ghostty-shaders/my_bloom.glsl; 18 20 # .config/bash/functions.sh # TODO: Convert to Nix config 19 21 home.file.".config/bash/functions.sh".source = ./sources/.config/bash/functions.sh; 20 22 home.file.".config/bash/functions.d/cheat.sh".source = ./sources/.config/bash/functions.d/cheat.sh;