dregil: Import path instead of default.nix
This commit is contained in:
parent
3dec08779d
commit
7fc99ce334
4 changed files with 9 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue