diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:28:44 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:28:44 +0200 |
| commit | 4b4461163ab61d196e7e1e7dc8212d0a6f809ea7 (patch) | |
| tree | 278a1165a85991f6cc309a8038ef27fc011f1a39 /flake.nix | |
| parent | 0262b734da2e5bcb3e019ef046b03e78b0dbcc47 (diff) | |
Removed NixOwOS completely
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) ]; |
