tons of theme tweaks, +gruvbox
This commit is contained in:
parent
80d22a470a
commit
2ad77494b2
30 changed files with 410 additions and 371 deletions
11
flake.nix
11
flake.nix
|
|
@ -9,7 +9,8 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
hardware.url = "github:nixos/nixos-hardware";
|
||||
nix-colors.url = "github:misterio77/nix-colors";
|
||||
|
||||
base16.url = "github:senchopens/base16.nix";
|
||||
|
||||
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -29,12 +30,8 @@
|
|||
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
|
||||
waybar-catppuccin.url = "github:catppuccin/waybar";
|
||||
waybar-catppuccin.flake = false;
|
||||
fuzzel-catppuccin.url = "github:catppuccin/fuzzel";
|
||||
fuzzel-catppuccin.flake = false;
|
||||
rofi-catppuccin.url = "github:catppuccin/rofi";
|
||||
rofi-catppuccin.flake = false;
|
||||
tt-schemes.url = "github:tinted-theming/schemes";
|
||||
tt-schemes.flake = false;
|
||||
};
|
||||
|
||||
outputs = inputs @ { self, nixpkgs, systems, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue