This commit is contained in:
iFargle 2024-01-07 18:19:12 +09:00
parent 5da2655543
commit b8495e2e58
3 changed files with 1 additions and 4 deletions

View file

@ -45,8 +45,6 @@
# 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

View file

@ -3,7 +3,6 @@
programs.waybar = { programs.waybar = {
enable = true; enable = true;
package = inputs.waybar.packages.waybar;
settings = { settings = {
mainBar = { mainBar = {
layer = "top"; layer = "top";

View file

@ -108,6 +108,7 @@
# system packages # system packages
environment.systemPackages = [ environment.systemPackages = [
pkgs.waybar # taskbar
pkgs.libnotify # Notification libraries pkgs.libnotify # Notification libraries
pkgs.mako # Notification daemon pkgs.mako # Notification daemon
pkgs.swww # Wallpaper daemon pkgs.swww # Wallpaper daemon
@ -141,7 +142,6 @@
# wayland-packages # wayland-packages
inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
inputs.waybar.packages.${platform}.waybar
]; ];
# Enable sound with pipewire. # Enable sound with pipewire.