adjustments on pc

This commit is contained in:
Thilo Billerbeck 2023-11-21 01:43:39 +01:00
parent 6b6e3acf5d
commit ffe1a7c445
4 changed files with 6 additions and 400 deletions
configs/thilo-pc

View file

@ -25,5 +25,9 @@
services.kdeconnect.enable = true;
services.kdeconnect.indicator = true;
home.sessionVariables = {
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
};
};
}

View file

@ -20,7 +20,7 @@
boot.loader.systemd-boot.extraInstallCommands = ''
${pkgs.gnused}/bin/sed -i "/default/c\default @saved" /boot/loader/loader.conf
'';
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "thilo-pc";