diff options
| author | brustybee <bee@4d2.org> | 2026-03-13 00:56:03 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-13 00:56:03 +0530 |
| commit | c3f5799c70a15902e706d65d09fc4565267c5064 (patch) | |
| tree | c97affad01ae4b18c470ccd0314c7bdbf8339ef0 /flake.nix | |
| parent | e2e728e1a5cee23258d7620d81c4a6fd80e45858 (diff) | |
fix(swayide): resume command to restore brightness
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |
