clean up

This commit is contained in:
Moritz Böhme 2022-11-24 13:47:48 +01:00
parent cf6a2bafaf
commit e90fd62f5e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 4 additions and 144 deletions

View file

@ -29,17 +29,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
comma = {
url = "github:nix-community/comma";
inputs.nixpkgs.follows = "nixpkgs";
};
# Fish specific
dracula-fish = {
url = "github:dracula/fish";
flake = false;
};
# Zsh specific
forgit-git = {
url = "github:wfxr/forgit";
@ -57,12 +46,6 @@
flake = false;
};
# Theming
base16 = {
url = "github:SenchoPens/base16.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
howdy = {
url = "sourcehut:~moritzboehme/howdy";
inputs.nixpkgs.follows = "nixpkgs";
@ -110,7 +93,6 @@
};
}
inputs.agenix.nixosModules.age
inputs.base16.nixosModule
inputs.howdy.nixosModules.default
];