Compare commits
No commits in common. "308be4afb698ff4f45f44c511c0e07d007a33df7" and "899a73bc048a9b239fa332698b627624cba6e15e" have entirely different histories.
308be4afb6
...
899a73bc04
5 changed files with 4 additions and 6 deletions
|
|
@ -437,7 +437,7 @@ binds {
|
|||
focus-window-previous
|
||||
}
|
||||
Mod+Shift+Tab {
|
||||
switch-focus-between-floating-and-tiling
|
||||
focus-monitor-previous
|
||||
}
|
||||
Mod+BracketLeft {
|
||||
consume-or-expel-window-left
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
./programs
|
||||
];
|
||||
config = {
|
||||
services.mpris-proxy.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
spacer
|
||||
devenv
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@ in
|
|||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-source-record
|
||||
obs-vaapi
|
||||
obs-vkcapture
|
||||
input-overlay
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
"libvirtd"
|
||||
"wheel"
|
||||
"video"
|
||||
"audio"
|
||||
];
|
||||
};
|
||||
services.udev = {
|
||||
|
|
|
|||
|
|
@ -68,7 +68,8 @@ in
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = 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,
|
||||
# no need to redefine it in your config for now)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue