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"
|
"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": {
|
"cachyos-kernel": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
@ -900,7 +884,6 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"apple-silicon": "apple-silicon",
|
"apple-silicon": "apple-silicon",
|
||||||
"base16": "base16",
|
"base16": "base16",
|
||||||
"base16-discord": "base16-discord",
|
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"niri": "niri",
|
"niri": "niri",
|
||||||
|
|
|
||||||
|
|
@ -17,11 +17,6 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
base16-discord = {
|
|
||||||
url = "github:imbypass/base16-discord";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -79,7 +74,6 @@
|
||||||
apple-silicon,
|
apple-silicon,
|
||||||
base16,
|
base16,
|
||||||
tt-schemes,
|
tt-schemes,
|
||||||
base16-discord,
|
|
||||||
home-manager,
|
home-manager,
|
||||||
plasma-manager,
|
plasma-manager,
|
||||||
niri,
|
niri,
|
||||||
|
|
@ -132,7 +126,6 @@
|
||||||
nur.overlays.default
|
nur.overlays.default
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
openmw-git = openmw;
|
openmw-git = openmw;
|
||||||
base16-discord-git = base16-discord;
|
|
||||||
})
|
})
|
||||||
(import ./packages/overlay.nix)
|
(import ./packages/overlay.nix)
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,8 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
mergedThemes = pkgs.runCommand "mergedConfig" { } ''
|
mergedThemes = pkgs.runCommand "discordThemeDir" { } ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp -rvf ${pkgs.base16-discord-git}/base16.css $out/base16.css
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vesktopSettings = {
|
vesktopSettings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue