Compare commits

..

No commits in common. "308be4afb698ff4f45f44c511c0e07d007a33df7" and "899a73bc048a9b239fa332698b627624cba6e15e" have entirely different histories.

5 changed files with 4 additions and 6 deletions

View file

@ -437,7 +437,7 @@ binds {
focus-window-previous focus-window-previous
} }
Mod+Shift+Tab { Mod+Shift+Tab {
switch-focus-between-floating-and-tiling focus-monitor-previous
} }
Mod+BracketLeft { Mod+BracketLeft {
consume-or-expel-window-left consume-or-expel-window-left

View file

@ -5,7 +5,6 @@
./programs ./programs
]; ];
config = { config = {
services.mpris-proxy.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
spacer spacer
devenv devenv

View file

@ -18,8 +18,7 @@ in
enable = true; enable = true;
plugins = with pkgs.obs-studio-plugins; [ plugins = with pkgs.obs-studio-plugins; [
obs-source-record obs-source-record
obs-vaapi input-overlay
obs-vkcapture
]; ];
}; };
}; };

View file

@ -9,7 +9,6 @@
"libvirtd" "libvirtd"
"wheel" "wheel"
"video" "video"
"audio"
]; ];
}; };
services.udev = { services.udev = {

View file

@ -68,7 +68,8 @@ in
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
jack.enable = true; # If you want to use JACK applications, uncomment this
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default, # use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now) # no need to redefine it in your config for now)