feat: Added discord
This commit is contained in:
@@ -10,6 +10,7 @@ lib.attrsets.optionalAttrs device.hasGui {
|
|||||||
# neovide
|
# neovide
|
||||||
]
|
]
|
||||||
++ lib.optionals device.isLinux [
|
++ lib.optionals device.isLinux [
|
||||||
|
discord
|
||||||
bottles
|
bottles
|
||||||
# minecraft
|
# minecraft
|
||||||
jdk
|
jdk
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true; # Did you read the comment?
|
auto-optimise-store = true; # Did you read the comment?
|
||||||
extra-experimental-features = "nix-command flakes repl-flake auto-allocate-uids";
|
extra-experimental-features = "nix-command flakes auto-allocate-uids";
|
||||||
trusted-users = ["root" "servius"];
|
trusted-users = ["root" "servius"];
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
dates = "daily";
|
dates = "daily";
|
||||||
options = "--delete-older-than +5";
|
options = "--delete-older-than +5";
|
||||||
};
|
};
|
||||||
package = pkgs.nixVersions.nix_2_21;
|
package = pkgs.nixVersions.latest;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
Reference in New Issue
Block a user