diff options
author | sils <sils@sils.li> | 2023-01-02 19:13:27 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-01-02 19:13:27 +0100 |
commit | 3cdf72c41a909fd6b2a9ffe56e42f42c61732afb (patch) | |
tree | c11cc84580c2a9fa5823a9d5901590a65b5adffa /packages.nix | |
parent | switch away from hardware-configuration.nix (diff) | |
download | nix-config-3cdf72c41a909fd6b2a9ffe56e42f42c61732afb.tar.gz nix-config-3cdf72c41a909fd6b2a9ffe56e42f42c61732afb.zip |
added mumble, konsole
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix index 7bf2440..99d7373 100644 --- a/packages.nix +++ b/packages.nix @@ -24,6 +24,7 @@ xdg-ninja # home cleaning git # versioning signal-desktop # the ecosystem is moving :( + mumble # voice chat # SSH Stuff openssh # ssh @@ -40,6 +41,9 @@ imagemagick # convertion and so on #nerdfonts # nice fonts, u know alacritty # terminal + konsole # terminal + + zsh-you-should-use # reminder for aliasses jetbrains.idea-community # Java-IDE python39 # python programming language |