smaller fixes for laptop

This commit is contained in:
Thilo Billerbeck 2023-11-07 02:24:10 +01:00
parent c5ee0ba144
commit d82f09a15c
2 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,6 @@
machine = {
username = "thilo";
isGeneric = false;
nixPackage = pkgs.nixUnstable;
isGnome = false;
noiseSuppression.enable = true;
isGraphical = true;
@ -20,7 +19,7 @@
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
/* plugins = with pkgs.obs-studio-plugins; [
obs-vaapi
obs-teleport
droidcam-obs
@ -29,7 +28,7 @@
obs-command-source
obs-move-transition
advanced-scene-switcher
];
]; */
};
};
}

View file

@ -159,5 +159,9 @@
security.polkit.enable = true;
services.xserver.displayManager.defaultSession = "plasmawayland";
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
];
system.stateVersion = "23.05";
}