Update nix, add grub themes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user