Split off Alacritty config

This commit is contained in:
Chloe Hawthorne
2025-01-01 17:42:30 +11:00
parent a59b64065d
commit d951679ced
3 changed files with 69 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
{ pkgs, ... } : {
environment.systemPackages = with pkgs; [
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent tuba
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent tuba
audacity neovim
];
}