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
+1 -1
View File
@@ -15,7 +15,7 @@ in
../graphical/file.nix # import shared configs
];
# Symlink dotfiles
# Symlink per-host dotfiles
home.file = mkSymlinkAttrs {
".config/hypr/hypr-monitors.conf" = {
source = ../../configs/hypr-darp8/hypr-monitors.conf;
+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 = {
};
}