Update nix, add grub themes

This commit is contained in:
Alexander
2025-08-16 20:24:46 +02:00
parent 8da634475d
commit 814c4fde23
5 changed files with 133 additions and 82 deletions
+9
View File
@@ -37,6 +37,15 @@
};
};
boot.loader.grub = {
minegrub-theme = {
enable = true;
splash = "100% Flakes!";
background = "background_options/1.8 - [Classic Minecraft].png";
boot-options-count = 10;
};
};
networking = {
nameservers = [
"192.168.1.2" # PyHole
@@ -18,5 +18,6 @@
"database-client.autoSync": true,
"git.confirmSync": false,
"java.jdt.ls.java.home": "/home/fujin/jdk/openjdk21",
"java.configuration.detectJdksAtStart": false
"java.configuration.detectJdksAtStart": false,
"workbench.colorTheme": "Visual Studio Dark"
}