Chore: alejandra
This commit is contained in:
parent
c53d93c59c
commit
21ccd4afca
3 changed files with 30 additions and 46 deletions
|
|
@ -3,12 +3,8 @@
|
||||||
lib,
|
lib,
|
||||||
nixosVista,
|
nixosVista,
|
||||||
...
|
...
|
||||||
}:
|
}: {
|
||||||
{
|
|
||||||
|
|
||||||
config = lib.mkIf nixosVista.enable {
|
config = lib.mkIf nixosVista.enable {
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
cliphist
|
cliphist
|
||||||
|
|
@ -24,16 +20,8 @@
|
||||||
pkgs.xdg-desktop-portal-hyprland
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
services.cliphist.enable = true;
|
services.cliphist.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nixosVista.hyprland.fragments.internalClipboard = ''
|
nixosVista.hyprland.fragments.internalClipboard = ''
|
||||||
############################################################
|
############################################################
|
||||||
# This is configuration for the Clipboard
|
# This is configuration for the Clipboard
|
||||||
|
|
@ -47,5 +35,3 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,4 @@
|
||||||
}: let
|
}: let
|
||||||
cfg = nixosVista.hyprland;
|
cfg = nixosVista.hyprland;
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
{ config, lib, nixosVista, ... }:
|
{
|
||||||
|
config,
|
||||||
let
|
lib,
|
||||||
|
nixosVista,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
root = nixosVista;
|
root = nixosVista;
|
||||||
cfg = root.hyprlock;
|
cfg = root.hyprlock;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue