Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
users.users.someone.packages = [pkgs.pay-respects];
|
||||
|
||||
xdg.configFile."fish/conf.d/pay-respects.fish".source = pkgs.runCommand "pay-respects-init" {} ''
|
||||
${pkgs.pay-respects}/bin/pay-respects fish --alias > $out
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user