Reloacted packages, compiles, emacs deps work.
This commit is contained in:
+10
-10
@@ -29,8 +29,8 @@
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
azos.suites.base.enable = true;
|
||||
# azos.suites.editor.enable = true;
|
||||
# azos.suites.dev.enable = true;
|
||||
azos.suites.editor.enable = true;
|
||||
azos.suites.dev.enable = true;
|
||||
azos.name = "Aner Zakobar";
|
||||
|
||||
# TODO: Set your username
|
||||
@@ -39,17 +39,17 @@
|
||||
homeDirectory = "/home/aner";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# steam
|
||||
pandoc
|
||||
offlineimap #emailing
|
||||
liberation_ttf #fonts
|
||||
graphviz #graphing
|
||||
];
|
||||
# home.packages = with pkgs; [
|
||||
# # steam
|
||||
# pandoc
|
||||
# offlineimap #emailing
|
||||
# liberation_ttf #fonts
|
||||
# graphviz #graphing
|
||||
# ];
|
||||
|
||||
# Nicely reload system units when changing configs
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "23.05";
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user