actual organization

This commit is contained in:
Frankie B 2023-06-24 01:08:36 +01:00
commit bd80ed8865
No known key found for this signature in database
3 changed files with 70 additions and 45 deletions

View file

@ -108,15 +108,18 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# Tools
vim
wget
git
gnupg
pinentry
nerdfonts
jetbrains-mono
kitty
ntfs3g
# Fonts
nerdfonts
jetbrains-mono
];
programs.fish.enable = true;