move shared gnome config to homeModule

This commit is contained in:
Vinzenz Schroeter 2025-09-15 17:18:59 +02:00
parent f1855c1265
commit f5e1b9c7ee
7 changed files with 174 additions and 132 deletions

View file

@ -106,6 +106,7 @@
commonSpecialArgs = {
inherit device;
vinzenzHomeModules = self.homeModules;
vinzenzLib = self.lib;
};
in
nixpkgs.lib.nixosSystem {
@ -170,6 +171,7 @@
self.homeModules.templates
self.homeModules.zsh-basics
self.homeModules.nano
self.homeModules.gnome-extensions
];
}