fix git aliases, librepods
This commit is contained in:
@@ -71,6 +71,14 @@
|
||||
VISUAL = "${lib.getExe' pkgs.vscodium "codium"} --wait";
|
||||
};
|
||||
|
||||
security.wrappers.librepods = {
|
||||
source = "${pkgs.${namespace}.librepods}/bin/librepods";
|
||||
owner = "matt";
|
||||
group = "users";
|
||||
setuid = false;
|
||||
capabilities = "cap_net_admin+p";
|
||||
};
|
||||
|
||||
specialisation = {
|
||||
"cosmic".configuration = {
|
||||
${namespace} = {
|
||||
|
||||
Reference in New Issue
Block a user