feat: move to gruvbox

This commit is contained in:
Artur Manuel 2024-12-10 15:12:00 +00:00
commit c467ee449d
18 changed files with 442 additions and 436 deletions

View file

@ -17,26 +17,25 @@
type = "github";
owner = "cachix";
repo = "git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
type = "github";
owner = "nix-community";
repo = "disko";
inputs.nixpkgs.follows = "nixpkgs";
};
wallpkgs = {
type = "github";
owner = "notashelf";
repo = "wallpkgs";
};
nixpkgs-f2k = {
type = "github";
owner = "moni-dz";
repo = "nixpkgs-f2k";
inputs.nixpkgs.follows = "nixpkgs";
};
pankomacs = {
type = "git";
url = "https://codeberg.org/amadaluzia/pankomacs.git";
ref = "main";
inputs.nixpkgs.follows = "nixpkgs";
};
rosepine-qutebrowser = {
type = "github";
@ -48,6 +47,7 @@
type = "git";
url = "https://codeberg.org/amadaluzia/painless-neovim.git";
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ {