This commit is contained in:
xunuwu 2026-01-04 07:47:30 +01:00
parent 3a5b93a38d
commit 7c1b76f21f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 5 additions and 2 deletions

View file

@ -28,7 +28,7 @@
core.users core.users
core.locale core.locale
core.tools core.tools
core.compat # core.compat
programs.zsh programs.zsh
programs.fish programs.fish

View file

@ -139,6 +139,8 @@
environment.persistence."/persist".enable = false; environment.persistence."/persist".enable = false;
boot.kernel.sysctl."fs.inotify.max_user_watches" = 99999999;
networking.interfaces.eno1.wakeOnLan.enable = true; networking.interfaces.eno1.wakeOnLan.enable = true;
networking.hostName = "nixdesk"; networking.hostName = "nixdesk";

View file

@ -121,7 +121,6 @@
vscodium-fhs vscodium-fhs
android-studio android-studio
jetbrains.rider jetbrains.rider
glfw
# jetbrains.idea-ultimate # jetbrains.idea-ultimate
# communication # communication

View file

@ -51,6 +51,8 @@
xorg.libxkbfile xorg.libxkbfile
xorg.libxshmfence xorg.libxshmfence
zlib zlib
glfw
]; ];
in { in {
programs.appimage = { programs.appimage = {