stuff
This commit is contained in:
parent
2cc1ad23a7
commit
ff832f2270
3 changed files with 123 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue