Remove old zellij
This commit is contained in:
parent
cf9058cc48
commit
50086f590f
2 changed files with 0 additions and 19 deletions
|
@ -3,6 +3,5 @@
|
||||||
./home-manager
|
./home-manager
|
||||||
./sops
|
./sops
|
||||||
./ssh
|
./ssh
|
||||||
./zellij
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
let
|
|
||||||
cfg = config.sisyphus.programs.zellij;
|
|
||||||
in {
|
|
||||||
options.sisyphus.programs.zellij.enable = lib.mkEnableOption "Zellij";
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
zellij
|
|
||||||
];
|
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
|
||||||
noto-fonts
|
|
||||||
noto-fonts-cjk
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue