dregil: Import path instead of default.nix

This commit is contained in:
Alexander Kobjolke 2024-02-15 22:21:45 +01:00
parent 3dec08779d
commit 7fc99ce334
4 changed files with 9 additions and 8 deletions

View file

@ -6,9 +6,9 @@ let
pulseSupport = true;
};
in {
home.packages = with pkgs; [ font-awesome material-design-icons ];
config.home.packages = with pkgs; [ font-awesome material-design-icons ];
services.polybar = {
config.services.polybar = {
enable = true;
package = mypolybar;
config = ./config.ini;