machines/home: remove dedsec-grub-theme

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-11 22:14:53 +03:00
parent b03b60136a
commit 3f0624c04e
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
3 changed files with 0 additions and 32 deletions

View File

@ -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",

View File

@ -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";

View File

@ -16,12 +16,6 @@ in
enable = true;
version = 2;
device = "/dev/sdb";
dedsec-theme = {
enable = true;
style = "sitedown";
resolution = "1440p";
};
};
kernelPackages = pkgs.linuxPackages_latest;