aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-07 13:28:44 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-07 13:28:44 +0200
commit4b4461163ab61d196e7e1e7dc8212d0a6f809ea7 (patch)
tree278a1165a85991f6cc309a8038ef27fc011f1a39 /flake.nix
parent0262b734da2e5bcb3e019ef046b03e78b0dbcc47 (diff)
Removed NixOwOS completely
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index 6fd8c41..5d348f8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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)
];