Compare commits
5 commits
1e9d3c08cf
...
ea82349a38
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ea82349a38 | ||
![]() |
3dad841848 | ||
![]() |
8807164c20 | ||
![]() |
25e0fd8212 | ||
![]() |
7a3a6f3498 |
3 changed files with 15 additions and 6 deletions
|
@ -23,6 +23,15 @@ with lib;
|
|||
autoLogin.user = config.users.users.mainUser.name;
|
||||
};
|
||||
|
||||
# vsync for intel graphic cards
|
||||
# https://wiki.archlinux.org/title/Intel_graphics
|
||||
services.xserver.config = ''
|
||||
Section "Device"
|
||||
Identifier "Intel Graphics"
|
||||
Driver "intel"
|
||||
EndSection
|
||||
'';
|
||||
|
||||
services.xserver = {
|
||||
|
||||
enable = true;
|
||||
|
@ -56,7 +65,7 @@ with lib;
|
|||
environment.systemPackages = with pkgs; [
|
||||
|
||||
xclip
|
||||
xtrlock-pam
|
||||
#xtrlock-pam
|
||||
xorg.xev
|
||||
|
||||
dmenu
|
||||
|
|
|
@ -136,7 +136,7 @@ in
|
|||
home-manager.sharedModules = [
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-backgroundremoval
|
||||
obs-vaapi
|
||||
|
@ -161,17 +161,17 @@ in
|
|||
# obs studio stuff
|
||||
obs-cli
|
||||
v4l-utils
|
||||
obs-cmd
|
||||
#obs-cmd
|
||||
|
||||
# to record your screen
|
||||
# ---------------------
|
||||
simplescreenrecorder
|
||||
#simplescreenrecorder
|
||||
screenKey
|
||||
#obs-studio
|
||||
|
||||
# to transcode video material
|
||||
# ---------------------------
|
||||
handbrake
|
||||
# handbrake
|
||||
ffmpeg-full
|
||||
|
||||
];
|
||||
|
|
|
@ -9,7 +9,7 @@ with lib;
|
|||
{
|
||||
|
||||
config = mkIf config.gui.enable {
|
||||
programs.obs-studio.enable = true;
|
||||
programs.obs-studio.enable = false;
|
||||
home.packages = [
|
||||
emoji-picker
|
||||
signal-desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue