several laptop changes

This commit is contained in:
Thilo Billerbeck 2024-04-05 02:07:37 +02:00
parent 407a1efef2
commit dd07894096
6 changed files with 27 additions and 31 deletions
configs/thilo-laptop

View file

@ -16,27 +16,6 @@
isGraphical = true;
};
home.pointerCursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
size = 28;
};
programs.obs-studio = {
enable = true;
/* plugins = with pkgs.obs-studio-plugins; [
obs-vaapi
obs-teleport
droidcam-obs
obs-gstreamer
obs-shaderfilter
obs-command-source
obs-move-transition
advanced-scene-switcher
];
*/
};
home.sessionVariables = { LD_LIBRARY_PATH = "${pkgs.libGL}/lib"; };
};
};

View file

@ -12,6 +12,7 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
boot.plymouth.enable = true;
# Setup keyfile
boot.initrd.secrets = { "/crypto_keyfile.bin" = null; };
@ -71,5 +72,13 @@
"nix-2.16.2"
];
xdg.portal = {
enable = true;
extraPortals = [
pkgs.kdePackages.xdg-desktop-portal-kde
];
};
system.stateVersion = "23.05";
}