fix pipewire stuff

This commit is contained in:
notgne2 2024-03-12 06:30:49 -07:00
parent 7d954a61ef
commit baf94ae575
No known key found for this signature in database
4 changed files with 83 additions and 44 deletions

View file

@ -59,6 +59,8 @@ inputs: all: {
iotop
htop
corefonts
];
programs.starship = {

View file

@ -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;