mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 16:08:50 +01:00
added phpstorm, config changes
This commit is contained in:
parent
648f8e1535
commit
b581fb5e7d
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
boot.loader.systemd-boot.extraInstallCommands = ''
|
boot.loader.systemd-boot.extraInstallCommands = ''
|
||||||
${pkgs.gnused}/bin/sed -i "/default/c\default @saved" /boot/loader/loader.conf
|
${pkgs.gnused}/bin/sed -i "/default/c\default @saved" /boot/loader/loader.conf
|
||||||
'';
|
'';
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
networking.hostName = "thilo-pc";
|
networking.hostName = "thilo-pc";
|
||||||
|
|
||||||
|
|
|
@ -76,6 +76,7 @@ with lib;
|
||||||
corefonts
|
corefonts
|
||||||
vistafonts
|
vistafonts
|
||||||
jetbrains.webstorm
|
jetbrains.webstorm
|
||||||
|
jetbrains.phpstorm
|
||||||
element-desktop
|
element-desktop
|
||||||
ludusavi
|
ludusavi
|
||||||
dbeaver
|
dbeaver
|
||||||
|
|
Loading…
Reference in a new issue