updated home-manager config

This commit is contained in:
Natalie Marks 2024-01-27 22:26:23 -08:00
parent f7dd0d2660
commit feeabac5da

View file

@ -1,8 +1,18 @@
{
inputs,
config,
pkgs,
...
}: {
wayland.windowManager.hyprland = {
enable = true;
# ...
plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
# ...
];
};
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "nmarks";