Test
This commit is contained in:
parent
f33f0d2164
commit
3d7b252ffe
2 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
||||||
# Hyprland Plugins
|
# Hyprland Plugins
|
||||||
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
|
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
|
||||||
hyprland-plugins.inputs.hyprland.follows = "hyprland";
|
hyprland-plugins.inputs.hyprland.follows = "hyprland";
|
||||||
|
# Up to date waybar flake
|
||||||
|
waybar.url = "github:Alexays/Waybar";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
||||||
let
|
let
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = inputs.waybar.packages.waybar;
|
||||||
settings = {
|
settings = {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
|
|
Loading…
Reference in a new issue