cleanup
This commit is contained in:
parent
7d0f89f77a
commit
a2c3d7d10b
|
|
@ -36,7 +36,6 @@
|
|||
inputs.nixvim.overlays.default
|
||||
inputs.nur.overlay
|
||||
inputs.nixgl.overlay
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
outputs.overlays.kodi
|
||||
];
|
||||
in
|
||||
|
|
@ -127,10 +126,7 @@
|
|||
});
|
||||
|
||||
inputs = {
|
||||
#nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
#nixpkgs.url = "github:nixos/nixpkgs/3969d739d8dc628af9eecb3ad9ee5b06fdc7f24d";
|
||||
treesitter-grammars.url = "github:viperML/tree-sitter";
|
||||
nur.url = "github:nix-community/NUR";
|
||||
nix-colors.url = "github:misterio77/nix-colors";
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
pkgs.tmuxPlugins.mkTmuxPlugin {
|
||||
pluginName = "catppuccin";
|
||||
version = "unstable-2024-03-26";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "tmux";
|
||||
rev = "e2d345648cb7e56302ee82fec6cafbbd8db23129";
|
||||
hash = "sha256-WCJfDjYUNWqkDyCgYKADDS0SeEpfMnZ57bCsp9steh8=";
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue