Move peek
This commit is contained in:
parent
6d744eb2ed
commit
9fc155cbd2
3 changed files with 1 additions and 18 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./dwm.nix
|
||||
./peek.nix
|
||||
./screenkey.nix
|
||||
./st.nix
|
||||
];
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
options.nixosModules.peek.enable = mkEnableOption "Enable peek";
|
||||
|
||||
config = mkIf config.nixosModules.peek.enable {
|
||||
environment.systemPackages = with pkgs; [ peek ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue