Skip to content
Snippets Groups Projects
Commit c48563d9 authored by Jens Nolte's avatar Jens Nolte
Browse files

Update installed software

parent 87bcbd6f
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ in ...@@ -127,7 +127,7 @@ in
picocom picocom
pv pv
socat socat
reptyr #reptyr
ldns ldns
libfaketime libfaketime
moreutils moreutils
......
...@@ -7,10 +7,15 @@ ...@@ -7,10 +7,15 @@
#./vscode.nix #./vscode.nix
]; ];
queezle.emacs.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# password manager # password manager
keepassxc keepassxc
# calculator
qalculate-gtk
# spaced repetition software # spaced repetition software
anki-bin anki-bin
...@@ -32,8 +37,11 @@ ...@@ -32,8 +37,11 @@
# admin stuff # admin stuff
virtmanager virtmanager
];
### CLI
# Search unicode glyphs
unipicker
];
users.users.adobe = { users.users.adobe = {
isNormalUser = true; isNormalUser = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment