dregil: Import path instead of default.nix

This commit is contained in:
Alexander Kobjolke 2024-02-15 22:21:45 +01:00
parent 1ed309a991
commit 0f3c834bc4
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;