chore: comment out sops stuff - for now
This commit is contained in:
parent
3d5554a8bf
commit
6f7b69d96d
11 changed files with 152 additions and 31 deletions
|
|
@ -2,16 +2,30 @@
|
|||
{
|
||||
home.packages = [ icons.packages.${pkgs.system}.default ];
|
||||
|
||||
xdg.desktopEntries.kitty = {
|
||||
name = "Kitty";
|
||||
exec = "kitty";
|
||||
icon = "${
|
||||
icons.packages.${pkgs.system}.default
|
||||
}/share/icons/hicolor/scalable/apps/custom/kitty.svg";
|
||||
terminal = false;
|
||||
categories = [
|
||||
"System"
|
||||
"TerminalEmulator"
|
||||
];
|
||||
xdg.desktopEntries = {
|
||||
kitty = {
|
||||
name = "Kitty";
|
||||
exec = "kitty";
|
||||
icon = "${
|
||||
icons.packages.${pkgs.system}.default
|
||||
}/share/icons/hicolor/scalable/apps/custom/kitty.svg";
|
||||
terminal = false;
|
||||
categories = [
|
||||
"System"
|
||||
"TerminalEmulator"
|
||||
];
|
||||
};
|
||||
xterm = {
|
||||
name = "UXTerm";
|
||||
exec = "uxterm";
|
||||
icon = "${
|
||||
icons.packages.${pkgs.system}.default
|
||||
}/share/icons/hicolor/scalable/apps/custom/mini.xterm.svg";
|
||||
terminal = false;
|
||||
categories = [
|
||||
"System"
|
||||
"TerminalEmulator"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue