non important commit
This commit is contained in:
parent
8eb68bb150
commit
7c0232f777
3 changed files with 49 additions and 0 deletions
43
flake.lock
generated
43
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue