This commit is contained in:
2026-03-28 11:59:56 +02:00
parent 9da17501a5
commit d68c4de197
4 changed files with 24 additions and 1 deletions

2
Shell

Submodule Shell updated: 568c26db07...a1f3b451d3

17
flake.lock generated
View File

@@ -123,6 +123,22 @@
"type": "github"
}
},
"deltarune-grub-theme": {
"flake": false,
"locked": {
"lastModified": 1765827145,
"narHash": "sha256-ovTFSdv1QPkfyVPIhOtz+4BVkNZMQrjc7FB7F+gkqeI=",
"ref": "refs/heads/main",
"rev": "1d6e67feddff299e5a5a07305d91897bb98d8732",
"revCount": 1,
"type": "git",
"url": "https://git.ocbwoy3.dev/kris/deltarune-grub-theme"
},
"original": {
"type": "git",
"url": "https://git.ocbwoy3.dev/kris/deltarune-grub-theme"
}
},
"disko": {
"inputs": {
"nixpkgs": "nixpkgs_3"
@@ -1735,6 +1751,7 @@
"inputs": {
"catppuccin": "catppuccin",
"chaotic": "chaotic",
"deltarune-grub-theme": "deltarune-grub-theme",
"disko": "disko",
"ghostty": "ghostty",
"home-manager": "home-manager_3",

View File

@@ -39,6 +39,10 @@
# slop
openclaw.url = "github:openclaw/nix-openclaw";
deltarune-grub-theme = {
url = "git+https://git.ocbwoy3.dev/kris/deltarune-grub-theme";
flake = false;
};
};
outputs = { self, nixpkgs, ... }@inputs: {

View File

@@ -19,6 +19,8 @@ in {
services.displayManager.gdm.enable = true;
boot.loader.grub.theme = inputs.deltarune-grub-theme;
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
services.scx.enable = true;