summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-13 00:56:03 +0530
committerbrustybee <bee@4d2.org>2026-03-13 00:56:03 +0530
commitc3f5799c70a15902e706d65d09fc4565267c5064 (patch)
treec97affad01ae4b18c470ccd0314c7bdbf8339ef0 /flake.nix
parente2e728e1a5cee23258d7620d81c4a6fd80e45858 (diff)
fix(swayide): resume command to restore brightness
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 86c5623..ce69870 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
beeVim.url = "git+https://codeberg.org/brustybee/beeVim";
+ beeVim.inputs.nixpkgs.follows = "nixpkgs";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";