stuff
This commit is contained in:
parent
3a5b93a38d
commit
7c1b76f21f
4 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,8 @@
|
||||||
xorg.libxkbfile
|
xorg.libxkbfile
|
||||||
xorg.libxshmfence
|
xorg.libxshmfence
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
|
glfw
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
programs.appimage = {
|
programs.appimage = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue