move shared gnome config to homeModule
This commit is contained in:
parent
f1855c1265
commit
f5e1b9c7ee
7 changed files with 174 additions and 132 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue