more flyout stuff, add tray menus

This commit is contained in:
müde 2026-04-12 11:33:12 +02:00
parent f30165eada
commit 0d15da5351
8 changed files with 439 additions and 61 deletions

View file

@ -23,8 +23,10 @@
};
niri = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
};
};
nix-filter.url = "github:numtide/nix-filter";
nix-vscode-extensions = {
@ -35,6 +37,10 @@
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
nova-shell = {
url = "git+https://git.berlin.ccc.de/vinzenz/nova-shell";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nur = {
url = "github:nix-community/NUR";
inputs = {