a
This commit is contained in:
2
Shell
2
Shell
Submodule Shell updated: 568c26db07...a1f3b451d3
17
flake.lock
generated
17
flake.lock
generated
@@ -123,6 +123,22 @@
|
|||||||
"type": "github"
|
"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": {
|
"disko": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs_3"
|
"nixpkgs": "nixpkgs_3"
|
||||||
@@ -1735,6 +1751,7 @@
|
|||||||
"inputs": {
|
"inputs": {
|
||||||
"catppuccin": "catppuccin",
|
"catppuccin": "catppuccin",
|
||||||
"chaotic": "chaotic",
|
"chaotic": "chaotic",
|
||||||
|
"deltarune-grub-theme": "deltarune-grub-theme",
|
||||||
"disko": "disko",
|
"disko": "disko",
|
||||||
"ghostty": "ghostty",
|
"ghostty": "ghostty",
|
||||||
"home-manager": "home-manager_3",
|
"home-manager": "home-manager_3",
|
||||||
|
|||||||
@@ -39,6 +39,10 @@
|
|||||||
|
|
||||||
# slop
|
# slop
|
||||||
openclaw.url = "github:openclaw/nix-openclaw";
|
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: {
|
outputs = { self, nixpkgs, ... }@inputs: {
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ in {
|
|||||||
|
|
||||||
services.displayManager.gdm.enable = true;
|
services.displayManager.gdm.enable = true;
|
||||||
|
|
||||||
|
boot.loader.grub.theme = inputs.deltarune-grub-theme;
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||||
|
|
||||||
services.scx.enable = true;
|
services.scx.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user