diff --git a/flake.lock b/flake.lock index 9425ee970..dcad3753a 100644 --- a/flake.lock +++ b/flake.lock @@ -351,6 +351,22 @@ "type": "github" } }, + "flake-compat_7": { + "flake": false, + "locked": { + "lastModified": 1696426674, + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -1321,6 +1337,22 @@ "type": "github" } }, + "nixpkgs_12": { + "locked": { + "lastModified": 1704538339, + "narHash": "sha256-1734d3mQuux9ySvwf6axRWZRBhtcZA9Q8eftD6EZg6U=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "46ae0210ce163b3cba6c7da08840c1d63de9c701", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_2": { "locked": { "lastModified": 1693471703, @@ -1539,7 +1571,8 @@ "nur": "nur", "schizofox": "schizofox", "shadower": "shadower", - "split-monitor-workspaces": "split-monitor-workspaces" + "split-monitor-workspaces": "split-monitor-workspaces", + "waybar": "waybar" } }, "rust-analyzer-src": { @@ -1860,6 +1893,25 @@ "type": "github" } }, + "waybar": { + "inputs": { + "flake-compat": "flake-compat_7", + "nixpkgs": "nixpkgs_12" + }, + "locked": { + "lastModified": 1705495468, + "narHash": "sha256-YG/4LeOPtc0u/bLbFQ4yCyLSatrzPfE3a9X1+k8Ttpc=", + "owner": "Alexays", + "repo": "Waybar", + "rev": "6e12f8122347ae279ae0fa1923acd6b908fa769c", + "type": "github" + }, + "original": { + "owner": "Alexays", + "repo": "Waybar", + "type": "github" + } + }, "wlroots": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index e82036455..3e965edd5 100644 --- a/flake.nix +++ b/flake.nix @@ -91,5 +91,7 @@ }; ags.url = "github:Aylur/ags"; + + waybar.url = "github:Alexays/Waybar"; }; } diff --git a/modules/gui/waybar.nix b/modules/gui/waybar.nix index 6a0079e6d..1d0cfa36f 100644 --- a/modules/gui/waybar.nix +++ b/modules/gui/waybar.nix @@ -14,7 +14,7 @@ in { home-manager.users.${config'.username} = { programs.waybar = { enable = true; - package = inputs.nixpkgs-wayland.packages.${pkgs.system}.waybar; + package = inputs.waybar.packages.${pkgs.system}.waybar; systemd.enable = true; settings.mainBar = { gtk-layer-shell = true;