Compare commits
No commits in common. "38a723941b738be5708727c71359e899a446f253" and "479bb8028a9205bc62766fd58ed9336f53429fff" have entirely different histories.
38a723941b
...
479bb8028a
4 changed files with 0 additions and 30 deletions
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./eww
|
||||
];
|
||||
}
|
||||
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
} : {
|
||||
home.file = {
|
||||
".config/eww".source = ../eww;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.eww
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -12,9 +12,4 @@
|
|||
extraConfig = builtins.readFile ./hyprland.conf;
|
||||
plugins = [ hy3.packages.${pkgs.system}.hy3 ];
|
||||
};
|
||||
|
||||
# bar is required
|
||||
imports = [
|
||||
../../bar
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
} : {
|
||||
|
@ -11,8 +10,6 @@
|
|||
pkgs.alacritty
|
||||
pkgs.fira-code-nerdfont
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue