chore: remove catppuccin input
This commit is contained in:
parent
8291210b5d
commit
0d8e2a2981
3 changed files with 0 additions and 21 deletions
|
@ -2,13 +2,11 @@
|
|||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
catppuccin,
|
||||
lanzaboote,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
catppuccin.nixosModules.catppuccin
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
|
||||
./client.nix
|
||||
|
@ -77,7 +75,6 @@
|
|||
|
||||
hm = {
|
||||
imports = [
|
||||
catppuccin.homeManagerModules.catppuccin
|
||||
../programs/java.nix
|
||||
];
|
||||
|
||||
|
|
16
flake.lock
generated
16
flake.lock
generated
|
@ -70,21 +70,6 @@
|
|||
"url": "https://git.uku3lig.net/uku/camasca"
|
||||
}
|
||||
},
|
||||
"catppuccin": {
|
||||
"locked": {
|
||||
"lastModified": 1735028008,
|
||||
"narHash": "sha256-crbQNRVQgPH0hX5vZk8xL9JStXo74Es7zDBjRcc4i+A=",
|
||||
"owner": "Stonks3141",
|
||||
"repo": "ctp-nix",
|
||||
"rev": "bfd20bcf45f1de0e97b551be51495abf8a727f1a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Stonks3141",
|
||||
"repo": "ctp-nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"crane": {
|
||||
"locked": {
|
||||
"lastModified": 1734808813,
|
||||
|
@ -297,7 +282,6 @@
|
|||
"agenix": "agenix",
|
||||
"api-rs": "api-rs",
|
||||
"camasca": "camasca",
|
||||
"catppuccin": "catppuccin",
|
||||
"crane": "crane",
|
||||
"flake-parts": "flake-parts",
|
||||
"flake-utils": "flake-utils",
|
||||
|
|
|
@ -73,8 +73,6 @@
|
|||
inputs.darwin.follows = "";
|
||||
};
|
||||
|
||||
catppuccin.url = "github:Stonks3141/ctp-nix";
|
||||
|
||||
crane.url = "github:ipetkov/crane";
|
||||
|
||||
flake-parts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue