diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -13,10 +13,10 @@ }; # NixOwOs theming - disabled until fixed - # nixowos = { - # url = "github:TashaTheInnkeeper/nixowos"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; + nixowos = { + url = "github:yunfachi/NixOwOS"; + inputs.nixpkgs.follows = "nixpkgs"; + }; # Theming - centralized color management stylix = { @@ -38,7 +38,7 @@ self, nixpkgs, nixpkgs-unstable, - # nixowos, + nixowos, home-manager, stylix, fenix, @@ -67,9 +67,9 @@ useUserPackages = true; extraSpecialArgs = {inherit inputs;}; users.mun = import ./home/mun; - # sharedModules = [ - # nixowos.homeModules.default - # ]; + sharedModules = [ + nixowos.homeModules.default + ]; }; }; @@ -89,7 +89,7 @@ ./hosts/${hostname}/configuration.nix ./system home-manager.nixosModules.home-manager - # nixowos.nixosModules.default + nixowos.nixosModules.default stylix.nixosModules.stylix homeManagerModule ]; |
