mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 06:33:07 +02:00
feat: redesign the project structure
This commit is contained in:
7
home/common/nushell/default.nix
Normal file
7
home/common/nushell/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
configFile.source = ./config.nu;
|
||||
envFile.source = ./env.nu;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user