This commit is contained in:
notgne2 2022-09-21 07:06:15 -07:00
parent cf401b300c
commit 83aa4d9424
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
15 changed files with 620 additions and 198 deletions

View file

@ -31,6 +31,10 @@ in
}
cfg.settings) + cfg.extraConfig;
home.packages = [ pkgs.kermit-terminal ];
home.packages = [ (pkgs.kermit-terminal.overrideAttrs (super: {
postInstall = ''
sed -i 's/\/usr\/bin\///' $out/share/applications/kermit.desktop
'';
})) ];
};
}