nvm
This commit is contained in:
parent
e9b2ed4b33
commit
e4b192b2c3
3 changed files with 0 additions and 18 deletions
|
@ -76,7 +76,6 @@
|
|||
zsh.enable = true;
|
||||
newsboat.enable = true;
|
||||
ranger.enable = true;
|
||||
pipe-viewer.enable = true;
|
||||
};
|
||||
media = {
|
||||
mpd.enable = true;
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
./zsh
|
||||
./newsboat
|
||||
./ranger
|
||||
./pipe-viewer
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.shell.pipe-viewer;
|
||||
in
|
||||
{
|
||||
options.modules.shell.pipe-viewer = {
|
||||
enable = mkEnableOption false;
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
users.users.sako.packages = with pkgs; [
|
||||
pipe-viewer
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue