mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 02:58:17 +01:00
Initial add of ZeroAD
This commit is contained in:
parent
10cfef01cf
commit
05e7697227
@ -20,6 +20,7 @@
|
|||||||
./swaylock.nix
|
./swaylock.nix
|
||||||
./swaync.nix
|
./swaync.nix
|
||||||
./wezterm.nix
|
./wezterm.nix
|
||||||
|
./zeroad.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
|
||||||
# Place Home Files Like Pictures
|
# 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;
|
flatpak = false;
|
||||||
kdenlive = true;
|
kdenlive = true;
|
||||||
blender = true;
|
blender = true;
|
||||||
|
enableZeroAD = true;
|
||||||
|
|
||||||
# Enable Support For
|
# Enable Support For
|
||||||
# Logitech Devices
|
# Logitech Devices
|
||||||
|
Loading…
Reference in New Issue
Block a user