feat(hyprland): add hyprcloser
This commit is contained in:
parent
fa620983be
commit
57ef0b55ca
4 changed files with 91 additions and 53 deletions
|
@ -19,6 +19,7 @@
|
|||
exec-once = [
|
||||
"hyprlock"
|
||||
"clipse -listen"
|
||||
"hyprcloser"
|
||||
];
|
||||
|
||||
env = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
fastfetch # system info
|
||||
|
@ -9,5 +9,6 @@
|
|||
bat
|
||||
ttyper
|
||||
hyprpicker
|
||||
inputs.hyprcloser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue