diff options
Diffstat (limited to 'hm/packages/default.nix')
-rw-r--r-- | hm/packages/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hm/packages/default.nix b/hm/packages/default.nix index 9108d24..c3ec778 100644 --- a/hm/packages/default.nix +++ b/hm/packages/default.nix @@ -29,12 +29,16 @@ in { htop # resource usage exiftool # edit (photo) metadata + gimp # image manipulation + playerctl # for music control in eww # notification daemon mako libnotify + logseq # structured notes + gnome-boxes # virtualisation hugo # ssg @@ -107,7 +111,7 @@ in { # Programming Languages jdk # java - python39 # python + python3 # python # Rust cargo # rust package manager |