move waybar to home manager

This commit is contained in:
cy 2024-12-13 09:44:41 -05:00
parent 263d66e190
commit 26740dc299
3 changed files with 9 additions and 7 deletions

View file

@ -129,4 +129,7 @@
(callPackage ../pkgs/anki-bin.nix {})
];
programs.waybar.enable = true;
programs.feh.enable = true;
}