Fixed waybar and tmux

This commit is contained in:
fwastring 2025-09-10 14:26:36 +02:00
parent 4d1f19b16c
commit 36fbf464ed
6 changed files with 172 additions and 24 deletions

View file

@ -14,10 +14,15 @@
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
# Home manager
home-manager.url = "github:nix-community/home-manager";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "github:hyprwm/Hyprland";
minimal-tmux = {
url = "github:niksingh710/minimal-tmux-status";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =