mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
feat(i3): configure klem
This commit is contained in:
@@ -18,14 +18,14 @@ let
|
||||
shorten = ''${pkgs.curl}/bin/curl -fSs -F "shorten=$(${pkgs.coreutils}/bin/cat)" https://0x0.st'';
|
||||
"replace p.r" = "${pkgs.gnused}/bin/sed 's/\\<r\\>/krebsco.de/'";
|
||||
};
|
||||
type = lib.types.attrsOf lib.types.str;
|
||||
type = lib.types.attrs;
|
||||
};
|
||||
};
|
||||
} ];
|
||||
};
|
||||
|
||||
scriptCase = option: script: ''
|
||||
'${option}') ${script} ;;
|
||||
'${option}') ${toString script} ;;
|
||||
'';
|
||||
in
|
||||
pkgs.writers.writeDashBin "klem" ''
|
||||
|
||||
Reference in New Issue
Block a user