Make CMD Flake Match System
parent
2e649dbb52
commit
cd41a9f69b
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, nixpkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -69,6 +69,8 @@
|
|||
age
|
||||
];
|
||||
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
|
||||
# TODO: Make services directory for with a nix for each service that is enabled and what options it has
|
||||
# List services that you want to enable:
|
||||
|
||||
|
|
Loading…
Reference in New Issue