From 1d3adcf453cd1772f3ed0887ca0b224d3eab1c56 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 3 Dec 2023 20:38:33 +0100 Subject: fixup --- profiles/station/suckless.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles') diff --git a/profiles/station/suckless.nix b/profiles/station/suckless.nix index abdaf54..e991e9d 100644 --- a/profiles/station/suckless.nix +++ b/profiles/station/suckless.nix @@ -1,12 +1,12 @@ { - flake, + self, config, pkgs, suckless, lib, ... }: with lib; { - nixpkgs.overlays = [(import ./overlays/suckless.nix {inherit pkgs; home = config.ivi.home;})]; + nixpkgs.overlays = [(import (self + "/overlays/suckless.nix") {inherit pkgs; home = config.ivi.home;})]; hm = { xsession = { enable = true; -- cgit v1.2.3