mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-01 07:03:08 +02:00
feat: redesign the project structure
This commit is contained in:
17
home/common/default.nix
Normal file
17
home/common/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{config, pkgs, ...}: let
|
||||
d = config.xdg.dataHome;
|
||||
c = config.xdg.configHome;
|
||||
cache = config.xdg.cacheHome;
|
||||
in rec {
|
||||
imports = [
|
||||
./nushell
|
||||
|
||||
./alacritty.nix
|
||||
./core.nix
|
||||
./development.nix
|
||||
./git.nix
|
||||
./media.nix
|
||||
./starship.nix
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user