diff --git a/home/home.nix b/home/home.nix index 83df783..4e385e1 100644 --- a/home/home.nix +++ b/home/home.nix @@ -99,6 +99,7 @@ let ncdu psmisc # for killall dos2unix + reptyr # re-bind running program to other tty ]; nixHelpers = [ @@ -130,6 +131,7 @@ let krdc skanlite akonadiconsole + plasma-browser-integration ] ++ (with kdeFrameworks; [ networkmanager-qt @@ -153,6 +155,7 @@ let shellcheck mtr wireshark + ag ]; @@ -177,6 +180,7 @@ let moderncv acronym ccicons + fontawesome koma-script; }) ]; @@ -190,7 +194,10 @@ let jedi flake8 mypy - ]; + ] + ++ (with python2Packages; [ + ]); + fonts = [ comic-neue @@ -198,6 +205,7 @@ let source-serif-pro fira-code ubuntu_font_family + twemoji-color-font # TODO: vollkorn # TODO: humor-sans ];