diff --git a/flake.lock b/flake.lock index 16b0024..ec2d25c 100644 --- a/flake.lock +++ b/flake.lock @@ -259,6 +259,7 @@ "niri-flake": "niri-flake", "nixpkgs": "nixpkgs", "nvf": "nvf", + "wayland_bar": "wayland_bar", "zen-browser": "zen-browser" } }, @@ -283,6 +284,27 @@ "type": "github" } }, + "rust-overlay_2": { + "inputs": { + "nixpkgs": [ + "wayland_bar", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1773630837, + "narHash": "sha256-zJhgAGnbVKeBMJOb9ctZm4BGS/Rnrz+5lfSXTVah4HQ=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "f600ea449c7b5bb596fa1cf21c871cc5b9e31316", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, "systems": { "locked": { "lastModified": 1681028828, @@ -298,6 +320,27 @@ "type": "github" } }, + "wayland_bar": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": "rust-overlay_2" + }, + "locked": { + "lastModified": 1773784783, + "narHash": "sha256-T3oP3c75kt0Ef+uO3D9qy85VucA4mzhuREWz3FZBTSg=", + "ref": "refs/heads/main", + "rev": "58166358ba26a277d59fafd852ca7b10f1dbd442", + "revCount": 7, + "type": "git", + "url": "https://git.stribrny.org/max_ag/wayland_panel" + }, + "original": { + "type": "git", + "url": "https://git.stribrny.org/max_ag/wayland_panel" + } + }, "xwayland-satellite-stable": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 9cd8bbe..1883255 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,11 @@ url = "git+https://git.stribrny.org/max_ag/floating-calculator"; inputs.nixpkgs.follows = "nixpkgs"; }; + + wayland_bar = { + url = "git+https://git.stribrny.org/max_ag/wayland_panel"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs @ { nixpkgs, diff --git a/home/home.nix b/home/home.nix index d8ca9ae..e746e01 100644 --- a/home/home.nix +++ b/home/home.nix @@ -51,6 +51,7 @@ pkgs.dunst pkgs.zellij inputs.floating-calc.packages.x86_64-linux.default + inputs.wayland-bar.packages.x86_64-linux.default pkgs.discord pkgs.heroic