tangled
alpha
login
or
join now
quilling.dev
/
nixos-config
2
fork
atom
My personal nix config files. Feel free to import flake.
2
fork
atom
overview
issues
pulls
pipelines
add sources
quilling.dev
10 months ago
61eea1b8
2b374848
+3
-1
2 changed files
expand all
collapse all
unified
split
modules
home-manager
by-category
tools.nix
files.nix
+1
-1
modules/home-manager/by-category/tools.nix
···
56
56
};
57
57
zellij = {
58
58
enable = lib.mkDefault true;
59
59
-
# settings = { };
59
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
18
+
home.file.".config/ghostty/config".source = ./sources/.config/ghostty/config;
19
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;