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,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
catppuccin,
|
|
||||||
lanzaboote,
|
lanzaboote,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
catppuccin.nixosModules.catppuccin
|
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
|
||||||
./client.nix
|
./client.nix
|
||||||
|
@ -77,7 +75,6 @@
|
||||||
|
|
||||||
hm = {
|
hm = {
|
||||||
imports = [
|
imports = [
|
||||||
catppuccin.homeManagerModules.catppuccin
|
|
||||||
../programs/java.nix
|
../programs/java.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
16
flake.lock
generated
16
flake.lock
generated
|
@ -70,21 +70,6 @@
|
||||||
"url": "https://git.uku3lig.net/uku/camasca"
|
"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": {
|
"crane": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1734808813,
|
"lastModified": 1734808813,
|
||||||
|
@ -297,7 +282,6 @@
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
"api-rs": "api-rs",
|
"api-rs": "api-rs",
|
||||||
"camasca": "camasca",
|
"camasca": "camasca",
|
||||||
"catppuccin": "catppuccin",
|
|
||||||
"crane": "crane",
|
"crane": "crane",
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
"flake-utils": "flake-utils",
|
"flake-utils": "flake-utils",
|
||||||
|
|
|
@ -73,8 +73,6 @@
|
||||||
inputs.darwin.follows = "";
|
inputs.darwin.follows = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
catppuccin.url = "github:Stonks3141/ctp-nix";
|
|
||||||
|
|
||||||
crane.url = "github:ipetkov/crane";
|
crane.url = "github:ipetkov/crane";
|
||||||
|
|
||||||
flake-parts = {
|
flake-parts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue