mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 17:50:15 +00:00
reorganize files
This commit is contained in:
@ -72,9 +72,7 @@
|
||||
# Format and install from nothing
|
||||
apps = forAllSystems (system:
|
||||
let pkgs = import nixpkgs { inherit system; };
|
||||
in {
|
||||
installer = import ./modules/system/installer.nix { inherit pkgs; };
|
||||
});
|
||||
in { installer = import ./apps/installer.nix { inherit pkgs; }; });
|
||||
|
||||
# Used to run commands and edit files in this repo
|
||||
devShells = forAllSystems (system:
|
||||
|
Reference in New Issue
Block a user