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.url = "github:hyprwm/hyprland-plugins";
|
||||
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:
|
||||
let
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = inputs.waybar.packages.waybar;
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
|
|
Loading…
Reference in a new issue