updates
This commit is contained in:
parent
5c44151022
commit
0680b63126
15 changed files with 360 additions and 142 deletions
13
home/tiling/waybar/default.nix
Normal file
13
home/tiling/waybar/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.file.".config/waybar" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue