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:
parent
ed11061d61
commit
b84bad3806
@ -6,6 +6,11 @@
|
|||||||
url = "github:hyprwm/Hyprland";
|
url = "github:hyprwm/Hyprland";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hyprland-plugins = {
|
||||||
|
url = "github:hyprwm/hyprland-plugins";
|
||||||
|
inputs.hyprland.follows = "hyprland";
|
||||||
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:donovanglover/home-manager/personal-master";
|
url = "github:donovanglover/home-manager/personal-master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, hyprland-plugins, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@ -21,6 +21,7 @@
|
|||||||
sqlitebrowser
|
sqlitebrowser
|
||||||
kanjidraw
|
kanjidraw
|
||||||
libreoffice
|
libreoffice
|
||||||
|
hyprland-plugins.packages.${pkgs.system}.hyprbars
|
||||||
|
|
||||||
gdu
|
gdu
|
||||||
fdupes
|
fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user