mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
improve documentation
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# HyprPolkitAgent is a simple polkit agent for wayland compositors
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ hyprpolkitagent ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user