Massive changes to pianonix

This commit is contained in:
2024-11-24 08:33:31 +01:00
parent eb66634f44
commit b0a22014c3
4 changed files with 116 additions and 101 deletions

View File

@ -23,21 +23,26 @@
home.username = "julian";
home.homeDirectory = "/home/julian";
# DO NOT CHANGE!!!
home.stateVersion = "23.11";
modules = {
non-nixos.is-nixos = true;
shell = {
fish.enable = true;
};
yazi.enable = true;
topgrade.enable = true;
neovim.enable = true;
alacritty.enable = true;
wezterm.enable = true;
nix-helper.enable = true;
};
home.packages = with pkgs; [ ];
desktop.enable = true;
fonts.enable = true;
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# ======================== DO NOT CHANGE THIS ========================
home.stateVersion = "23.11";
# ======================== DO NOT CHANGE THIS ========================
}