better aliases
This commit is contained in:
parent
816c61985d
commit
c89bd50f8e
4 changed files with 150 additions and 31 deletions
25
programs/cosmic/default.nix
Normal file
25
programs/cosmic/default.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, cosmicLib
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
ron = cosmicLib.cosmic.mkRON;
|
||||
in
|
||||
|
||||
{
|
||||
wayland.desktopManager.cosmic = {
|
||||
enable = true;
|
||||
|
||||
# shortcuts = [
|
||||
# {
|
||||
# action = ron "enum" "Close";
|
||||
# key = "Super+Q";
|
||||
# }
|
||||
# {
|
||||
# action = ron "enum" "maximize";
|
||||
# key = "Super+d";
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue