diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -12,12 +12,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # NixOwOs theming - disabled until fixed - nixowos = { - url = "github:yunfachi/NixOwOS"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # Theming - centralized color management stylix = { url = "github:danth/stylix/release-25.11"; @@ -38,7 +32,6 @@ self, nixpkgs, nixpkgs-unstable, - nixowos, home-manager, stylix, fenix, @@ -76,9 +69,6 @@ ./home/rices/${rice}/home.nix ]; }; - sharedModules = [ - nixowos.homeModules.default - ]; }; }; @@ -99,7 +89,6 @@ ./system ./home/rices/${rice}/system.nix home-manager.nixosModules.home-manager - nixowos.nixosModules.default stylix.nixosModules.stylix (mkHomeManagerModule hostname rice) ]; |
