Initial add of ZeroAD

This commit is contained in:
Tyler Kelley 2024-03-11 15:34:37 -05:00
parent 10cfef01cf
commit 05e7697227
3 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,7 @@
./swaylock.nix
./swaync.nix
./wezterm.nix
./zeroad.nix
./zsh.nix
# Place Home Files Like Pictures

8
config/home/zeroad.nix Normal file
View File

@ -0,0 +1,8 @@
{ pkgs, config, lib, ... }:
let inherit (import ../../options.nix) enableZeroAD; in
lib.mkIf (enableZeroAD == true) {
home.packages = with pkgs; [
zeroad
];
}

View File

@ -69,6 +69,7 @@ in {
flatpak = false;
kdenlive = true;
blender = true;
enableZeroAD = true;
# Enable Support For
# Logitech Devices