non important commit

This commit is contained in:
benstrb 2026-03-18 16:36:22 +01:00
parent 8eb68bb150
commit 7c0232f777
3 changed files with 49 additions and 0 deletions

43
flake.lock generated
View file

@ -259,6 +259,7 @@
"niri-flake": "niri-flake", "niri-flake": "niri-flake",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nvf": "nvf", "nvf": "nvf",
"wayland_bar": "wayland_bar",
"zen-browser": "zen-browser" "zen-browser": "zen-browser"
} }
}, },
@ -283,6 +284,27 @@
"type": "github" "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": { "systems": {
"locked": { "locked": {
"lastModified": 1681028828, "lastModified": 1681028828,
@ -298,6 +320,27 @@
"type": "github" "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": { "xwayland-satellite-stable": {
"flake": false, "flake": false,
"locked": { "locked": {

View file

@ -27,6 +27,11 @@
url = "git+https://git.stribrny.org/max_ag/floating-calculator"; url = "git+https://git.stribrny.org/max_ag/floating-calculator";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
wayland_bar = {
url = "git+https://git.stribrny.org/max_ag/wayland_panel";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = inputs @ { outputs = inputs @ {
nixpkgs, nixpkgs,

View file

@ -51,6 +51,7 @@
pkgs.dunst pkgs.dunst
pkgs.zellij pkgs.zellij
inputs.floating-calc.packages.x86_64-linux.default inputs.floating-calc.packages.x86_64-linux.default
inputs.wayland-bar.packages.x86_64-linux.default
pkgs.discord pkgs.discord
pkgs.heroic pkgs.heroic