From 014a0e2e9ecade436b6a150c9a3003bfa3917f77 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 20 Nov 2023 12:30:58 +0000 Subject: fixup --- flake.nix | 1 - profiles/station/suckless.nix | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index d4e0d81..4c3c392 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,6 @@ ++ [({ config, ... }: { nixpkgs.overlays = with lib; [(composeManyExtensions [ (import ./overlays/vimPlugins.nix {inherit pkgs;}) - (import ./overlays/suckless.nix {inherit pkgs; home = config.ivi.home;}) ])];}) ]; }; diff --git a/profiles/station/suckless.nix b/profiles/station/suckless.nix index 65e0e45..9fb78d2 100644 --- a/profiles/station/suckless.nix +++ b/profiles/station/suckless.nix @@ -3,9 +3,10 @@ config, pkgs, suckless, + lib, ... -}: let -in { +}: with lib; { + nixpkgs.overlays = [(import ./overlays/suckless.nix {inherit pkgs; home = config.ivi.home;})]; hm = { xsession = { enable = true; -- cgit v1.2.3