Initial Commit

This commit is contained in:
Chloe Hawthorne
2024-12-27 14:32:28 +11:00
commit c5b252cd10
10 changed files with 531 additions and 0 deletions

5
nixos/pkgs.nix Normal file
View File

@@ -0,0 +1,5 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent
];