Something basic works

This commit is contained in:
2024-08-13 13:24:32 +03:00
parent d9643caedb
commit 843df231a6
9 changed files with 222 additions and 12 deletions
+12 -1
View File
@@ -55,7 +55,18 @@
# Add stuff for your user as you see fit:
# programs.neovim.enable = true;
# home.packages = with pkgs; [ steam ];
home.packages = with pkgs; [
steam
emacs
pandoc
offlineimap #emailing
liberation_ttf #fonts
graphviz #graphing
(python3.withPackages (python-pkgs: [
python-pkgs.graphviz
python-pkgs.pygments
]))
];
# Enable home-manager and git
programs.home-manager.enable = true;