mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-29 18:34:16 +02:00
adjustments on pc
This commit is contained in:
parent
6b6e3acf5d
commit
ffe1a7c445
4 changed files with 6 additions and 400 deletions
|
@ -25,5 +25,9 @@
|
|||
|
||||
services.kdeconnect.enable = true;
|
||||
services.kdeconnect.indicator = true;
|
||||
|
||||
home.sessionVariables = {
|
||||
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue