mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Switched nixos config to allow for shared configuration files
This commit is contained in:
13
nixos/core.nix
Normal file
13
nixos/core.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./core/programs.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user