made sxhkd actually work moved to a different file and merged with nixosConfigurations

This commit is contained in:
ISnortPennies 2023-01-29 23:42:43 -05:00
parent 4ad79a70d1
commit 6f6302e27a
4 changed files with 6 additions and 10 deletions

View file

@ -1,11 +1,4 @@
{sxhkd-flake, ...}: {
config,
lib,
options,
pkgs,
...
}: (sxhkd-flake.nixosModules.sxhkd {
inherit lib config options pkgs;
{
services.sxhkd = {
enable = true;
keybindings = {
@ -27,4 +20,4 @@
"super + Print + shift" = "maim -s | xclip -selection clipboard -t image/png";
};
};
})
}