feat: move to gruvbox
This commit is contained in:
parent
1fab0efd26
commit
c467ee449d
18 changed files with 442 additions and 436 deletions
10
flake.nix
10
flake.nix
|
@ -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 @ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue