diff --git a/README.md b/README.md index 8d7b614..6e89235 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HakaseOS -A modular, flake-based NixOS configuration for a single host (`hakase`). +A modular, flake-based NixOS configuration for a single host (`hakase`). Heavily inspired by [OmarchyOS](https://omarchy.org/). ## Features diff --git a/flake.nix b/flake.nix index ed7e9a4..be14ca3 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,6 @@ url = "github:nix-community/NUR"; inputs.nixpkgs.follows = "nixpkgs"; }; - home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs";