Shared config working on desktop

This commit is contained in:
2025-11-15 13:08:34 +00:00
parent 0ba6844b6e
commit 7f467b9daf
13 changed files with 76 additions and 668 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
../graphical/pkgs.nix #import shared packages
];
# BEGIN PACKAGES
# BEGIN PER-HOST PACKAGES
home.packages = with pkgs; [
];
# BEGIN PROGRAMS
# BEGIN PER-HOST PROGRAMS
programs = {
};
}