machines/home: remove dedsec-grub-theme
This commit is contained in:
parent
b03b60136a
commit
3f0624c04e
3 changed files with 0 additions and 32 deletions
21
flake.lock
21
flake.lock
|
@ -76,26 +76,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"dedsec-grub-theme": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1662253348,
|
||||
"narHash": "sha256-Cq/espQSpscC89oIuJGE4IP2p6zYpuzp88L6M38uayA=",
|
||||
"owner": "VandalByte",
|
||||
"repo": "dedsec-grub-theme",
|
||||
"rev": "8ccb1beb831f459987522d58263b076827624119",
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
"owner": "VandalByte",
|
||||
"repo": "dedsec-grub-theme",
|
||||
"type": "gitlab"
|
||||
}
|
||||
},
|
||||
"editorconfig-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
@ -468,7 +448,6 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
"dedsec-grub-theme": "dedsec-grub-theme",
|
||||
"flake-utils": "flake-utils",
|
||||
"hardware": "hardware",
|
||||
"home-manager": "home-manager",
|
||||
|
|
|
@ -21,11 +21,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
dedsec-grub-theme = {
|
||||
url = "gitlab:VandalByte/dedsec-grub-theme";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# nix lsp
|
||||
nil = {
|
||||
url = "github:oxalica/nil";
|
||||
|
|
|
@ -16,12 +16,6 @@ in
|
|||
enable = true;
|
||||
version = 2;
|
||||
device = "/dev/sdb";
|
||||
|
||||
dedsec-theme = {
|
||||
enable = true;
|
||||
style = "sitedown";
|
||||
resolution = "1440p";
|
||||
};
|
||||
};
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
Loading…
Reference in a new issue