Reorganized

This commit is contained in:
2024-08-23 05:39:44 +03:00
parent e25d8a17cf
commit 860eba085f
6 changed files with 27 additions and 13 deletions
+6 -12
View File
@@ -18,7 +18,10 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
./gpg-agent.nix
# ./gpg-agent.nix
# ./options.nix
# ./name.nix
./base
];
nixpkgs = {
@@ -49,26 +52,18 @@
};
azos.gpgagent.enable = true;
azos.name = "Aner Zakobar";
# TODO: Set your username
home = {
username = "aner";
homeDirectory = "/home/aner";
};
# config = {
# #My config stuff
# azos.gpg-agent.enable = true;
# };
# home.config.azos.gpg-agent.enable = true;
# Add stuff for your user as you see fit:
# programs.neovim.enable = true;
home.packages = with pkgs; [
steam
# steam
emacs
pandoc
offlineimap #emailing
@@ -84,7 +79,6 @@
programs.home-manager.enable = true;
programs.git.enable = true;
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";