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.locale
|
||||
core.tools
|
||||
core.compat
|
||||
# core.compat
|
||||
|
||||
programs.zsh
|
||||
programs.fish
|
||||
|
|
|
|||
|
|
@ -139,6 +139,8 @@
|
|||
|
||||
environment.persistence."/persist".enable = false;
|
||||
|
||||
boot.kernel.sysctl."fs.inotify.max_user_watches" = 99999999;
|
||||
|
||||
networking.interfaces.eno1.wakeOnLan.enable = true;
|
||||
|
||||
networking.hostName = "nixdesk";
|
||||
|
|
|
|||
|
|
@ -121,7 +121,6 @@
|
|||
vscodium-fhs
|
||||
android-studio
|
||||
jetbrains.rider
|
||||
glfw
|
||||
# jetbrains.idea-ultimate
|
||||
|
||||
# communication
|
||||
|
|
|
|||
|
|
@ -51,6 +51,8 @@
|
|||
xorg.libxkbfile
|
||||
xorg.libxshmfence
|
||||
zlib
|
||||
|
||||
glfw
|
||||
];
|
||||
in {
|
||||
programs.appimage = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue