nuke ezcolors and ezfonts
This commit is contained in:
parent
7114adfe1d
commit
d06bae21cc
10 changed files with 28 additions and 659 deletions
26
flake.nix
26
flake.nix
|
@ -10,18 +10,6 @@
|
|||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
base16-rofi = {
|
||||
url = "github:tinted-theming/base16-rofi";
|
||||
flake = false;
|
||||
};
|
||||
base16-kitty = {
|
||||
url = "github:kdrag0n/base16-kitty";
|
||||
flake = false;
|
||||
};
|
||||
base16-kermit = {
|
||||
url = "github:orhun/base16-kermit";
|
||||
flake = false;
|
||||
};
|
||||
tinted-foot = {
|
||||
url = "github:tinted-theming/tinted-foot";
|
||||
flake = false;
|
||||
|
@ -30,10 +18,6 @@
|
|||
url = "github:tinted-theming/tinted-vscode";
|
||||
flake = false;
|
||||
};
|
||||
base16-vim = {
|
||||
url = "github:chriskempson/base16-vim";
|
||||
flake = false;
|
||||
};
|
||||
rycee = {
|
||||
url = "gitlab:rycee/nur-expressions";
|
||||
flake = false;
|
||||
|
@ -46,10 +30,6 @@
|
|||
url = "github:thefryscorer/schemer2";
|
||||
flake = false;
|
||||
};
|
||||
auto-base16-theme = {
|
||||
url = "git+https://macoy.me/code/macoy/auto-base16-theme.git";
|
||||
flake = false;
|
||||
};
|
||||
npmlock2nix = {
|
||||
url = "github:nix-community/npmlock2nix";
|
||||
flake = false;
|
||||
|
@ -67,6 +47,10 @@
|
|||
url = "github:mattydebie/bitwarden-rofi";
|
||||
flake = false;
|
||||
};
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -102,8 +86,6 @@
|
|||
homeManagerModules = let
|
||||
m = {
|
||||
ezpcusr = import ./home-manager/modules/ezpcusr.nix inputs;
|
||||
colors = import ./home-manager/modules/colors.nix inputs;
|
||||
fonts = import ./home-manager/modules/fonts.nix;
|
||||
gaming = import ./home-manager/modules/gaming.nix inputs;
|
||||
kermit = import ./home-manager/modules/kermit.nix;
|
||||
de2u = import ./home-manager/modules/de2u.nix inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue