mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add default waybar for now
This commit is contained in:
parent
e426cad6e9
commit
2a11fc82f5
3 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,6 +21,7 @@
|
|||
!machines/enka/python/
|
||||
!machines/enka/steam/
|
||||
!machines/enka/steck/
|
||||
!machines/enka/waybar/
|
||||
|
||||
!themes/
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
./python
|
||||
./steam
|
||||
./steck
|
||||
./waybar
|
||||
|
||||
./fonts.nix
|
||||
./localisation.nix
|
||||
|
|
7
machines/enka/waybar/default.nix
Normal file
7
machines/enka/waybar/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ homeConfiguration, enabled, ... }:
|
||||
|
||||
homeConfiguration "nixos" {
|
||||
programs.waybar = enabled {
|
||||
systemd = enabled {};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue