1
0
forked from extern/nix-config

meta: Add hyprbars

May or may not be useful for a more mouse-centric workflow.
This commit is contained in:
Donovan Glover 2023-08-01 16:22:48 -04:00
parent ed11061d61
commit b84bad3806
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,11 @@
url = "github:hyprwm/Hyprland";
};
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
home-manager = {
url = "github:donovanglover/home-manager/personal-master";
inputs.nixpkgs.follows = "nixpkgs";

View File

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, lib, hyprland-plugins, ... }:
{
environment.systemPackages = with pkgs; [
@ -21,6 +21,7 @@
sqlitebrowser
kanjidraw
libreoffice
hyprland-plugins.packages.${pkgs.system}.hyprbars
gdu
fdupes