This commit is contained in:
Peritia 2025-07-15 11:25:00 +02:00
parent 49ae0d0f70
commit 26cef4ce83
7 changed files with 391 additions and 104 deletions

View file

@ -1,7 +1,7 @@
# Import all modules so only needs to Import nyx.nix
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, nixDirectory, ... }:
{
imports = [
@ -13,4 +13,10 @@
# Nyx cleanup
./nyx-cleanup.nix
];
home.packages = with pkgs; [
nix-output-monitor
];
}