mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
Initial add of ZeroAD
This commit is contained in:
parent
10cfef01cf
commit
05e7697227
@ -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
8
config/home/zeroad.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
let inherit (import ../../options.nix) enableZeroAD; in
|
||||
lib.mkIf (enableZeroAD == true) {
|
||||
home.packages = with pkgs; [
|
||||
zeroad
|
||||
];
|
||||
}
|
@ -69,6 +69,7 @@ in {
|
||||
flatpak = false;
|
||||
kdenlive = true;
|
||||
blender = true;
|
||||
enableZeroAD = true;
|
||||
|
||||
# Enable Support For
|
||||
# Logitech Devices
|
||||
|
Loading…
Reference in New Issue
Block a user