remove base16-discord
This commit is contained in:
parent
7086f8f2f9
commit
c678a2d435
3 changed files with 1 additions and 26 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -70,22 +70,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"base16-discord": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1768273180,
|
||||
"narHash": "sha256-uw7lz53YHxvPEyXZiS+NJFhKMb6AMUvVpCLH81NjM7U=",
|
||||
"owner": "imbypass",
|
||||
"repo": "base16-discord",
|
||||
"rev": "d4df17db31276d94cc1a8988f34e813aae1f3fb4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "imbypass",
|
||||
"repo": "base16-discord",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"cachyos-kernel": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
@ -900,7 +884,6 @@
|
|||
"inputs": {
|
||||
"apple-silicon": "apple-silicon",
|
||||
"base16": "base16",
|
||||
"base16-discord": "base16-discord",
|
||||
"home-manager": "home-manager",
|
||||
"hyprland": "hyprland",
|
||||
"niri": "niri",
|
||||
|
|
|
|||
|
|
@ -17,11 +17,6 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
base16-discord = {
|
||||
url = "github:imbypass/base16-discord";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -79,7 +74,6 @@
|
|||
apple-silicon,
|
||||
base16,
|
||||
tt-schemes,
|
||||
base16-discord,
|
||||
home-manager,
|
||||
plasma-manager,
|
||||
niri,
|
||||
|
|
@ -132,7 +126,6 @@
|
|||
nur.overlays.default
|
||||
(final: prev: {
|
||||
openmw-git = openmw;
|
||||
base16-discord-git = base16-discord;
|
||||
})
|
||||
(import ./packages/overlay.nix)
|
||||
];
|
||||
|
|
|
|||
|
|
@ -4,9 +4,8 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
mergedThemes = pkgs.runCommand "mergedConfig" { } ''
|
||||
mergedThemes = pkgs.runCommand "discordThemeDir" { } ''
|
||||
mkdir -p $out
|
||||
cp -rvf ${pkgs.base16-discord-git}/base16.css $out/base16.css
|
||||
'';
|
||||
|
||||
vesktopSettings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue