ksp???
This commit is contained in:
12
modules/home/kerbal-space-program.nix
Normal file
12
modules/home/kerbal-space-program.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let cfg = config.sydnix.kerbal-space-program;
|
||||
in {
|
||||
options.sydnix.kerbal-space-program = {
|
||||
enable = lib.mkEnableOption "KSPslop";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [ pkgs.ckan ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user