improve documentation

This commit is contained in:
Hadi
2025-03-26 16:01:34 +01:00
parent 29bebce5cd
commit 0409a4db26
18 changed files with 35 additions and 195 deletions

View File

@@ -1,3 +1,4 @@
# Hyprspace is a hyprland plugin that provides a workspaces overview (three-finger swipe up) and a workspace switcher (three-finger down).
{ inputs, pkgs, ... }: {
wayland.windowManager.hyprland = {
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];

View File

@@ -1,3 +1,4 @@
# HyprPolkitAgent is a simple polkit agent for wayland compositors
{ pkgs, ... }: {
home.packages = with pkgs; [ hyprpolkitagent ];