mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: new waybar config (stolen from @Ruixi-rebirth)
This commit is contained in:
parent
b72c2c4483
commit
dcd84b40a6
5 changed files with 1038 additions and 4 deletions
6
modules/home/waybar/old/default.nix
Normal file
6
modules/home/waybar/old/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ (import ./waybar.nix) ]
|
||||
++ [ (import ./settings.nix) ]
|
||||
++ [ (import ./style.nix) ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue