update
This commit is contained in:
parent
49ae0d0f70
commit
26cef4ce83
7 changed files with 391 additions and 104 deletions
8
nyx.nix
8
nyx.nix
|
|
@ -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
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue