initial commit
This commit is contained in:
10
home/programs/sxhkd/default.nix
Normal file
10
home/programs/sxhkd/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.sxhkd.enable = true;
|
||||
services.sxhkd.extraConfig = builtins.readFile ./sxhkdrc;
|
||||
|
||||
# home.file.".config/sxhkd/sxhkdrc".source = ./sxhkdrc;
|
||||
}
|
||||
Reference in New Issue
Block a user