Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 1f78ee359e - Show all commits

View file

@ -4,9 +4,18 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
lsd lsd
bat bat
autojump fd
ripgrep
fzf
tmux
fastfetch
]; ];
programs.bat = {
enable = true;
theme = "ansi";
};
home.file.".zshenv".enable = false; home.file.".zshenv".enable = false;
programs.zsh = { programs.zsh = {
enable = true; enable = true;