aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-31 13:04:58 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-31 13:05:08 +0200
commite6837ea3683ed66911271be3aff2bad0a0b46b76 (patch)
tree741e6c6733ba99a742516e07a1ac36da8f07f070 /flake.nix
parente3c000ea3fb61dedcdab518ea5a70e6a68ce4b16 (diff)
Enabled nixowos after fix with interaction with stylix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index f3d9519..914ab99 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
];