switched to dentritic pattern and cleaned up config
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ self, ... }:
|
||||
{
|
||||
flake.modules.nixos.desktop = { ... }: {
|
||||
imports = [
|
||||
self.modules.nixos.hyprland
|
||||
];
|
||||
};
|
||||
flake.modules.homeManager.desktop = { ... }: {
|
||||
imports = [
|
||||
self.modules.homeManager.hyprland
|
||||
self.modules.homeManager.noctalia
|
||||
self.modules.homeManager.desktop-theme
|
||||
self.modules.homeManager.default-apps
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user