all repos — archive/dotfiles @ b710b6058767cf1d7c780f7e93aea6f52ad021c5

Superseded by nixfiles

Create shim home-manager modules

Alan Pearce
commit

b710b6058767cf1d7c780f7e93aea6f52ad021c5

parent

d0200a6b07e497d07dff2cfe0857f4dceb724b58

1 file changed, 8 insertions(+), 0 deletions(-)

changed files
A modules/sxhkd.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }: + +{ + xdg.configFile.sxhkd = { + recursive = true; + source = ../sxhkd/.config/sxhkd; + }; +}