mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
fix yamlfmt; add r treesitter
This commit is contained in:
parent
6be5498632
commit
b30badae8b
4 changed files with 3 additions and 15 deletions
|
|
@ -66,14 +66,4 @@ let
|
|||
in
|
||||
{
|
||||
flake = import ./hosts.nix |> map mkHost |> builtins.foldl' (x: y: x // y) { };
|
||||
# flake = mkHost {
|
||||
# host = "eden-inspiron";
|
||||
# user = "eden";
|
||||
# extraOSModules = [ ./inspiron/os.nix ];
|
||||
# extraHomeModules = [ ./inspiron/home.nix ];
|
||||
# extraHomeArgs = {
|
||||
# nixosVersion = "unstable";
|
||||
# homeManagerVersion = "master";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue