This commit is contained in:
parent
ef5eac814d
commit
68784f4d3a
5 changed files with 55 additions and 17 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -11,6 +12,11 @@ in
|
|||
options.xyno.presets.cli.enable =
|
||||
lib.mkEnableOption "enables xynos cli config with fish and helix and stuff";
|
||||
config = lib.mkIf cfg.enable {
|
||||
inputs = [
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
];
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
home-manager.users.${config.xyno.system.user.name} =
|
||||
lib.mkIf config.xyno.presets.home-manager.enable
|
||||
(
|
||||
|
|
@ -117,7 +123,6 @@ in
|
|||
bottom
|
||||
curl
|
||||
croc
|
||||
comma
|
||||
dig
|
||||
fd
|
||||
ffmpeg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue