mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
remove catpuccin flake
This commit is contained in:
parent
5395f2d3ce
commit
2db040e89e
6 changed files with 0 additions and 30 deletions
16
flake.lock
generated
16
flake.lock
generated
|
@ -16,21 +16,6 @@
|
|||
"type": "gitlab"
|
||||
}
|
||||
},
|
||||
"catppuccin": {
|
||||
"locked": {
|
||||
"lastModified": 1728407414,
|
||||
"narHash": "sha256-B8LaxUP93eh+it8RW1pGq4SsU2kj7f0ipzFuhBvpON8=",
|
||||
"owner": "catppuccin",
|
||||
"repo": "nix",
|
||||
"rev": "96cf8b4a05fb23a53c027621b1147b5cf9e5439f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "catppuccin",
|
||||
"repo": "nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"clan-core": {
|
||||
"inputs": {
|
||||
"disko": "disko_2",
|
||||
|
@ -687,7 +672,6 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"catppuccin": "catppuccin",
|
||||
"disko": "disko",
|
||||
"firefox-addons": "firefox-addons",
|
||||
"home-manager": "home-manager",
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
@ -27,10 +27,5 @@ in
|
|||
sway.enable = true;
|
||||
firefox.enable = config.jopejoe1.common.gui;
|
||||
};
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "frappe";
|
||||
accent = "mauve";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
self.inputs.home-manager.nixosModules.home-manager
|
||||
self.inputs.nixos-generators.nixosModules.all-formats
|
||||
self.inputs.sops-nix.nixosModules.sops
|
||||
self.inputs.catppuccin.nixosModules.catppuccin
|
||||
self.inputs.nixvim.nixosModules.nixvim
|
||||
self.inputs.nixos-facter-modules.nixosModules.facter
|
||||
self.outputs.modules.default
|
||||
|
|
|
@ -138,7 +138,6 @@ in
|
|||
backupFileExtension = "backup";
|
||||
sharedModules = [
|
||||
self.outputs.homeManagerModules.default
|
||||
self.inputs.catppuccin.homeManagerModules.catppuccin
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -147,10 +147,4 @@
|
|||
"riscv64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "frappe";
|
||||
accent = "mauve";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue