mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
system: install agenix cli tool
This commit is contained in:
parent
5737231100
commit
fcb420ba04
|
@ -1,13 +1,16 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [./plymouth ./power-profiles-daemon ./zramSwap ./wifi.nix];
|
||||
|
||||
alyraffauf.system.power-profiles-daemon.enable = lib.mkDefault true;
|
||||
|
||||
environment.systemPackages = [inputs.agenix.packages.${pkgs.system}.default];
|
||||
|
||||
console = {
|
||||
colors = [
|
||||
"303446"
|
||||
|
|
Loading…
Reference in a new issue