Add lockscreen package
This commit is contained in:
parent
052bc57f6b
commit
4b2e3ba69f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }@inputs:
|
||||||
let
|
let
|
||||||
rofi = pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };
|
rofi = pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };
|
||||||
|
scripts = ((import ./scripts.nix) inputs);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [ ./swayidle.nix ];
|
imports = [ ./swayidle.nix ];
|
||||||
|
@ -98,4 +98,5 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.packages = [ scripts.lockscreen ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue