feat(niri): switch back to rofi

This commit is contained in:
Moritz Böhme 2025-07-31 16:14:49 +02:00
parent 589840aead
commit 13bea63f5d
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 32 additions and 11 deletions

View file

@ -151,13 +151,16 @@
flake-compat.url = "github:edolstra/flake-compat";
niri.url = "github:sodiboo/niri-flake";
systems.url = "github:nix-systems/default";
stylix.url = "github:nix-community/stylix/79e816c2e63df5024e28292fee0d92dc106ff66c"; # HACK: to fix upstream issue
stylix.url = "github:nix-community/stylix";
base16-helix.url = "github:MoritzBoehme/base16-helix/fix-primary-cursor-color";
base16-helix.flake = false;
# Programs
timers.url = "git+https://gitea.moritzboeh.me/moritz/timers.git";
filetags.url = "git+https://gitea.moritzboeh.me/moritz/filetags.git";
rofi-nix.url = "git+https://git.sr.ht/~fgaz/rofi-nix";
rofi.url = "github:davatorium/rofi/next";
rofi.flake = false;
# Neovim
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
@ -205,11 +208,9 @@
nixvim.inputs.systems.follows = "systems";
nur.inputs.flake-parts.follows = "flake-parts";
nur.inputs.nixpkgs.follows = "nixpkgs";
rofi-nix.inputs.nixpkgs.follows = "nixpkgs";
stylix.inputs.base16-helix.follows = "base16-helix";
stylix.inputs.flake-compat.follows = "flake-compat";
stylix.inputs.flake-parts.follows = "flake-parts";
stylix.inputs.git-hooks.follows = "git-hooks";
stylix.inputs.home-manager.follows = "home-manager";
stylix.inputs.nixpkgs.follows = "nixpkgs";
stylix.inputs.nur.follows = "nur";
stylix.inputs.systems.follows = "systems";