make obs work and use correct spilit keys in tmux
This commit is contained in:
parent
5c8d7216bf
commit
204034fac2
1 changed files with 16 additions and 1 deletions
|
@ -139,13 +139,13 @@
|
||||||
unzip
|
unzip
|
||||||
obsidian
|
obsidian
|
||||||
lm_sensors
|
lm_sensors
|
||||||
obs-studio
|
|
||||||
activitywatch
|
activitywatch
|
||||||
aw-watcher-window-wayland
|
aw-watcher-window-wayland
|
||||||
aw-qt
|
aw-qt
|
||||||
aw-watcher-afk
|
aw-watcher-afk
|
||||||
sshfs
|
sshfs
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
python312Packages.python-lsp-server
|
||||||
|
|
||||||
(callPackage ./anki-bin.nix {})
|
(callPackage ./anki-bin.nix {})
|
||||||
];
|
];
|
||||||
|
@ -353,4 +353,19 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
|
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
wlrobs
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
hardware.graphics = {
|
||||||
|
enable = true;
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
intel-media-driver
|
||||||
|
intel-media-sdk
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue