This commit is contained in:
2025-02-04 11:05:48 -05:00
parent 6f8e25bae3
commit f48cbf893e
4 changed files with 14 additions and 0 deletions

View File

@@ -40,6 +40,10 @@
environment.systemPackages = with pkgs; [
man-pages
man-pages-posix
(python3.withPackages (python-pkgs: with python-pkgs; [
websocket-client
websockets
]))
];
services = {

View File

@@ -80,6 +80,10 @@
nodejs
taskwarrior-tui
sbcl
hidden-bar
weechat
android-tools
nchat
];
programs.home-manager.enable = true;