replace waybar and wlogout with nova-shell

This commit is contained in:
müde 2026-04-12 11:33:12 +02:00
parent 30b2b8668b
commit dc70f474a9
8 changed files with 441 additions and 63 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 = {