This commit is contained in:
Xory 2025-08-28 16:22:22 +03:00
parent 2cc1ad23a7
commit ff832f2270
3 changed files with 123 additions and 2 deletions

View file

@ -9,8 +9,12 @@
firefox
];
home.stateVersion = "25.05";
home.file = {
".config/nvim/init.lua" = {
enable = true;
source = ./config/nvim/init.lua;
};
};
programs.zsh = {
enable = true;
enableCompletion = true;
@ -19,4 +23,16 @@
};
syntaxHighlighting.enable = true;
};
programs.starship.enable = true;
programs.kitty = {
enable = true;
themeFile = "Catppuccin-Mocha";
font = {
name = "Inconsolata Nerd Font";
package = pkgs.nerd-fonts.inconsolata;
};
};
home.stateVersion = "25.05";
}