From cef8f496ddce213cd642e9f9213945241ffcb181 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 20 Jul 2024 14:23:30 +0200 Subject: [PATCH] Remove kmonad --- flake.lock | 25 ------------------------- flake.nix | 6 +----- modules/home.nix | 3 +-- 3 files changed, 2 insertions(+), 32 deletions(-) diff --git a/flake.lock b/flake.lock index 2fd1032..2a20828 100644 --- a/flake.lock +++ b/flake.lock @@ -193,30 +193,6 @@ "type": "github" } }, - "kmonad": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "dir": "nix", - "lastModified": 1721284730, - "narHash": "sha256-tlTUGQZLBq3r2DGrxr356lDznfSmPdN+akyz5C4AAwM=", - "ref": "refs/heads/master", - "rev": "e5e839bcbedda23df0b8a3f8659edfa2c9bef8f8", - "revCount": 818, - "submodules": true, - "type": "git", - "url": "https://github.com/kmonad/kmonad?dir=nix" - }, - "original": { - "dir": "nix", - "submodules": true, - "type": "git", - "url": "https://github.com/kmonad/kmonad?dir=nix" - } - }, "nixpkgs": { "locked": { "lastModified": 1720031269, @@ -334,7 +310,6 @@ "darwin": "darwin", "emacs-larstvei": "emacs-larstvei", "home-manager": "home-manager", - "kmonad": "kmonad", "nixpkgs": "nixpkgs_5" } }, diff --git a/flake.nix b/flake.nix index c40585b..6e6e773 100644 --- a/flake.nix +++ b/flake.nix @@ -13,14 +13,10 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - kmonad = { - url = "git+https://github.com/kmonad/kmonad?submodules=1&dir=nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; emacs-larstvei.url = "github:larstvei/emacs-flake"; }; - outputs = { self, nixpkgs, darwin, home-manager, kmonad, emacs-larstvei, ... }@inputs: { + outputs = { self, nixpkgs, darwin, home-manager, emacs-larstvei, ... }@inputs: { darwinConfigurations."larstvei-macbookpro" = darwin.lib.darwinSystem { system = "aarch64-darwin"; diff --git a/modules/home.nix b/modules/home.nix index 93f7fd8..1bbd8e3 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -1,8 +1,7 @@ -{ pkgs, kmonad, emacs-larstvei, ... }: { +{ pkgs, emacs-larstvei, ... }: { home.packages = with pkgs; [ emacs-larstvei.defaultPackage.${pkgs.system} - kmonad.packages.${pkgs.system}.default (aspellWithDicts (dpkgs: with dpkgs; [ en