add waybar
This commit is contained in:
parent
f96ba4ba9d
commit
14a69d239b
2 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
./starship.nix
|
||||
./tlrc.nix
|
||||
./tmux.nix
|
||||
./waybar.nix
|
||||
./wezterm.nix
|
||||
./zoxide.nix
|
||||
];
|
||||
|
|
|
|||
6
modules/home-manager/programs/waybar.nix
Normal file
6
modules/home-manager/programs/waybar.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue