add plasma-manager, add shortcuts and hotkeys
This commit is contained in:
parent
a83c37a638
commit
01f8435ba7
10 changed files with 211 additions and 73 deletions
|
@ -6,6 +6,7 @@
|
|||
cli-apps = {
|
||||
fish.enable = true;
|
||||
home-manager.enable = true;
|
||||
lazygit.enable = true;
|
||||
};
|
||||
|
||||
tools = {
|
||||
|
@ -14,7 +15,13 @@
|
|||
|
||||
apps = {
|
||||
librewolf.enable = true;
|
||||
kitty.enable = true;
|
||||
kitty = {
|
||||
enable = true;
|
||||
plasma.enable = true;
|
||||
};
|
||||
};
|
||||
desktop = {
|
||||
hotkeys.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue