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