Compare commits
2 commits
899a73bc04
...
308be4afb6
| Author | SHA1 | Date | |
|---|---|---|---|
| 308be4afb6 | |||
| e1ff3c1e1a |
5 changed files with 6 additions and 4 deletions
|
|
@ -437,7 +437,7 @@ binds {
|
|||
focus-window-previous
|
||||
}
|
||||
Mod+Shift+Tab {
|
||||
focus-monitor-previous
|
||||
switch-focus-between-floating-and-tiling
|
||||
}
|
||||
Mod+BracketLeft {
|
||||
consume-or-expel-window-left
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
./programs
|
||||
];
|
||||
config = {
|
||||
services.mpris-proxy.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
spacer
|
||||
devenv
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@ in
|
|||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-source-record
|
||||
input-overlay
|
||||
obs-vaapi
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"libvirtd"
|
||||
"wheel"
|
||||
"video"
|
||||
"audio"
|
||||
];
|
||||
};
|
||||
services.udev = {
|
||||
|
|
|
|||
|
|
@ -68,8 +68,7 @@ in
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
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