Compare commits

..

No commits in common. "38a723941b738be5708727c71359e899a446f253" and "479bb8028a9205bc62766fd58ed9336f53429fff" have entirely different histories.

4 changed files with 0 additions and 30 deletions

View file

@ -1,7 +0,0 @@
{
imports = [
./eww
];
}

View file

@ -1,15 +0,0 @@
{
pkgs,
...
} : {
home.file = {
".config/eww".source = ../eww;
};
home.packages = [
pkgs.eww
];
}

View file

@ -12,9 +12,4 @@
extraConfig = builtins.readFile ./hyprland.conf; extraConfig = builtins.readFile ./hyprland.conf;
plugins = [ hy3.packages.${pkgs.system}.hy3 ]; plugins = [ hy3.packages.${pkgs.system}.hy3 ];
}; };
# bar is required
imports = [
../../bar
];
} }

View file

@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
... ...
} : { } : {
@ -11,8 +10,6 @@
pkgs.alacritty pkgs.alacritty
pkgs.fira-code-nerdfont pkgs.fira-code-nerdfont
]; ];
fonts.fontconfig.enable = true;
} }