update add rotate ability'
This commit is contained in:
parent
54ab52a783
commit
2d3204290a
4 changed files with 101 additions and 115 deletions
|
@ -25,6 +25,8 @@
|
|||
compact-top-bar.extensionUuid
|
||||
tray-icons-reloaded.extensionUuid
|
||||
vitals.extensionUuid
|
||||
] ++ lib.optionals cfg.enableRotate [
|
||||
screen-rotate.extensionUuid
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ with lib;
|
|||
default = "kitty";
|
||||
description = "The terminal command to use.";
|
||||
};
|
||||
enableRotate = lib.mkEnableOption "enable screen rotation";
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
@ -65,6 +66,8 @@ with lib;
|
|||
gnomeExtensions.compact-top-bar
|
||||
gnomeExtensions.tray-icons-reloaded
|
||||
gnomeExtensions.vitals
|
||||
] ++ lib.optionals cfg.enableRotate [
|
||||
gnomeExtensions.screen-rotate
|
||||
];
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue