Chore: alejandra

This commit is contained in:
Peritia 2026-03-03 09:14:15 +01:00
parent c53d93c59c
commit 21ccd4afca
3 changed files with 30 additions and 46 deletions

View file

@ -3,12 +3,8 @@
lib,
nixosVista,
...
}:
{
}: {
config = lib.mkIf nixosVista.enable {
environment.systemPackages = with pkgs; [
wl-clipboard
cliphist
@ -24,16 +20,8 @@
pkgs.xdg-desktop-portal-hyprland
];
services.cliphist.enable = true;
nixosVista.hyprland.fragments.internalClipboard = ''
############################################################
# This is configuration for the Clipboard
@ -47,5 +35,3 @@
'';
};
}

View file

@ -6,9 +6,4 @@
}: let
cfg = nixosVista.hyprland;
in {
}

View file

@ -1,6 +1,9 @@
{ config, lib, nixosVista, ... }:
let
{
config,
lib,
nixosVista,
...
}: let
root = nixosVista;
cfg = root.hyprlock;