big changes

This commit is contained in:
fwastring 2025-12-05 20:04:50 +01:00
parent 04fdbf9d61
commit f1862988ce
9 changed files with 187 additions and 98 deletions

View file

@ -25,6 +25,19 @@
programs.home-manager.enable = true;
programs.fish.enable = true;
programs.alacritty = {
enable = true;
# theme = "catppuccin_${theme}";
theme = "catppuccin_mocha";
settings = {
font = {
normal = {
family = lib.mkForce "FiraCode Nerd Font Mono";
};
size = lib.mkForce 16;
};
};
};
home.username = "fw";
home.homeDirectory = "/home/fw";