Have kmonad as a seperate service not managed by nixos

This commit is contained in:
2025-11-20 21:01:54 +01:00
parent 4addd84301
commit cb0286ac07
7 changed files with 207 additions and 24 deletions

View File

@@ -14,10 +14,6 @@
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
kmonad = {
url = "github:kmonad/kmonad?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
# Understand what everything does
@@ -32,7 +28,6 @@
helperModules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
kmonad.nixosModules.default
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;