restructure configurations

This commit is contained in:
♥ Minnie ♥ 2023-05-07 23:30:59 +08:00
parent d8298cb2fa
commit b4abe3dd68
5 changed files with 5 additions and 5 deletions

View file

@ -252,11 +252,11 @@
"neovim-jsm": { "neovim-jsm": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1683205966, "lastModified": 1683473123,
"narHash": "sha256-d8Cuj/gVsGrh4mcQ5HJTmjyXVVuzcdKwHJxKw8zV1i8=", "narHash": "sha256-4sdOzL+n5IXYa8SW/XwRQa7ecrynkpTVNO/hSzyUr5E=",
"owner": "sajenim", "owner": "sajenim",
"repo": "neovim-jsm", "repo": "neovim-jsm",
"rev": "fbfc694d1587f0f612f68a97f84582a2b4d50ab3", "rev": "a37dd320cb0ec7dfdabdc04e48ba23c950ee90bc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -75,7 +75,7 @@
specialArgs = { inherit inputs outputs; }; specialArgs = { inherit inputs outputs; };
modules = [ modules = [
# > Our main nixos configuration file < # > Our main nixos configuration file <
./nixos/configuration.nix ./nixos/fuchsia/configuration.nix
]; ];
}; };
}; };
@ -88,7 +88,7 @@
extraSpecialArgs = { inherit inputs outputs; }; extraSpecialArgs = { inherit inputs outputs; };
modules = [ modules = [
# > Our main home-manager configuration file < # > Our main home-manager configuration file <
./home-manager/home.nix ./home-manager/sajenim.nix
]; ];
}; };
}; };