test
This commit is contained in:
parent
5da2655543
commit
b8495e2e58
3 changed files with 1 additions and 4 deletions
|
@ -45,8 +45,6 @@
|
|||
# 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,7 +3,6 @@
|
|||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = inputs.waybar.packages.waybar;
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
|
||||
# system packages
|
||||
environment.systemPackages = [
|
||||
pkgs.waybar # taskbar
|
||||
pkgs.libnotify # Notification libraries
|
||||
pkgs.mako # Notification daemon
|
||||
pkgs.swww # Wallpaper daemon
|
||||
|
@ -141,7 +142,6 @@
|
|||
|
||||
# wayland-packages
|
||||
inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||
inputs.waybar.packages.${platform}.waybar
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
Loading…
Reference in a new issue