changes
This commit is contained in:
parent
28bffa0b68
commit
95f11b1bc7
3 changed files with 14 additions and 5 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
input-leap
|
input-leap
|
||||||
libreoffice-qt-fresh
|
libreoffice-qt-fresh
|
||||||
# nur.repos.forkprince.helium-nightly
|
# nur.repos.forkprince.helium-nightly
|
||||||
chromium
|
|
||||||
nautilus
|
nautilus
|
||||||
fractal
|
fractal
|
||||||
tuba
|
tuba
|
||||||
|
|
@ -29,8 +28,8 @@
|
||||||
spotify-player
|
spotify-player
|
||||||
|
|
||||||
# overrides
|
# overrides
|
||||||
# (chromium.override {
|
(chromium.override {
|
||||||
# enableWideVine = true;
|
enableWideVine = true;
|
||||||
# })
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
requireUserVerification = false;
|
requireUserVerification = false;
|
||||||
|
lan = true;
|
||||||
port = 25565;
|
port = 25565;
|
||||||
|
# bind = "[::]"; # support IPv6
|
||||||
|
game-name = "kova's minecraft";
|
||||||
game-password = "ThisIsASuperSecurePasswordThatNobodyWillGuess";
|
game-password = "ThisIsASuperSecurePasswordThatNobodyWillGuess";
|
||||||
|
admins = [ "sckova" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -26,6 +25,13 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# environment.systemPackages = with pkgs; [
|
||||||
|
# # note for wine support (should be done by 26.05 release):
|
||||||
|
# # https://github.com/NixOS/nixpkgs/issues/412458
|
||||||
|
# muvm
|
||||||
|
# fex
|
||||||
|
# ];
|
||||||
|
|
||||||
services.logind.settings.Login = {
|
services.logind.settings.Login = {
|
||||||
HandleSuspendKey = "ignore";
|
HandleSuspendKey = "ignore";
|
||||||
HandlePowerKey = "lock";
|
HandlePowerKey = "lock";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue