Something basic works
This commit is contained in:
+12
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user