fixed opencode pasting on oren
This commit is contained in:
parent
de6ce3c7db
commit
e2382fa1a9
6 changed files with 96 additions and 41 deletions
|
|
@ -107,18 +107,6 @@ in
|
|||
};
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Portals
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-kde
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
config.common.default = [
|
||||
"kde"
|
||||
"gtk"
|
||||
];
|
||||
};
|
||||
|
||||
# Audio / IPC
|
||||
services.pipewire = {
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ in
|
|||
lengthMode = "fit";
|
||||
height = 24;
|
||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||
floating = false;
|
||||
floating = true;
|
||||
hiding = "normalpanel";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
|
|
@ -191,7 +191,7 @@ in
|
|||
lengthMode = "fit";
|
||||
height = 24;
|
||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||
floating = false;
|
||||
floating = true;
|
||||
hiding = "normalpanel";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
|
|
@ -204,7 +204,7 @@ in
|
|||
lengthMode = "fit";
|
||||
height = 24;
|
||||
opacity = "translucent"; # "adaptive" | "translucent" | "opaque"
|
||||
floating = false;
|
||||
floating = true;
|
||||
hiding = "normalpanel";
|
||||
screen = "all";
|
||||
widgets = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue