fix pipewire stuff
This commit is contained in:
parent
7d954a61ef
commit
baf94ae575
4 changed files with 83 additions and 44 deletions
|
@ -59,6 +59,8 @@ inputs: all: {
|
|||
|
||||
iotop
|
||||
htop
|
||||
|
||||
corefonts
|
||||
];
|
||||
|
||||
programs.starship = {
|
||||
|
|
|
@ -207,24 +207,26 @@ in {
|
|||
"org/gnome/shell" = {
|
||||
disable-user-extensions = false;
|
||||
disabled-extensions = [""];
|
||||
enabled-extensions = [
|
||||
"rrc@ogarcia.me"
|
||||
"native-window-placement@gnome-shell-extensions.gcampax.github.com"
|
||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
||||
"improved-workspace-indicator@michaelaquilina.github.io"
|
||||
"Vitals@CoreCoding.com"
|
||||
"clipboard-indicator@tudmotu.com"
|
||||
"just-perfection-desktop@just-perfection"
|
||||
"appindicatorsupport@rgcjonas.gmail.com"
|
||||
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
||||
"unite@hardpixel.eu"
|
||||
"gamemode@christian.kellner.me"
|
||||
# "compiz-windows-effect@hermes83.github.com"
|
||||
"bluetooth-quick-connect@bjarosze.gmail.com"
|
||||
"gsconnect@andyholmes.github.io"
|
||||
# "desktop-cube@schneegans.github.com"
|
||||
"sound-output-device-chooser@kgshank.net"
|
||||
] ++ (lib.optional cfg.tiling "forge@jmmaranan.com");
|
||||
enabled-extensions =
|
||||
[
|
||||
"rrc@ogarcia.me"
|
||||
"native-window-placement@gnome-shell-extensions.gcampax.github.com"
|
||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
||||
"improved-workspace-indicator@michaelaquilina.github.io"
|
||||
"Vitals@CoreCoding.com"
|
||||
"clipboard-indicator@tudmotu.com"
|
||||
"just-perfection-desktop@just-perfection"
|
||||
"appindicatorsupport@rgcjonas.gmail.com"
|
||||
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
||||
"unite@hardpixel.eu"
|
||||
"gamemode@christian.kellner.me"
|
||||
# "compiz-windows-effect@hermes83.github.com"
|
||||
"bluetooth-quick-connect@bjarosze.gmail.com"
|
||||
"gsconnect@andyholmes.github.io"
|
||||
# "desktop-cube@schneegans.github.com"
|
||||
"sound-output-device-chooser@kgshank.net"
|
||||
]
|
||||
++ (lib.optional cfg.tiling "forge@jmmaranan.com");
|
||||
};
|
||||
"org/gnome/desktop/peripherals/touchpad" = {
|
||||
natural-scroll = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue