desktop is building I guess, idk, need to start commiting stuff eventually lmao
This commit is contained in:
@@ -67,6 +67,8 @@
|
||||
};
|
||||
|
||||
nixos-apple-silicon.url = "github:nix-community/nixos-apple-silicon";
|
||||
|
||||
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
|
||||
};
|
||||
|
||||
# We will handle this in the next section.
|
||||
@@ -81,10 +83,6 @@
|
||||
# Nix files to a separate directory.
|
||||
src = ./.;
|
||||
|
||||
# Add modules to all NixOS systems.
|
||||
systems.
|
||||
|
||||
|
||||
# Add a module to a specific host.
|
||||
systems = {
|
||||
# common modules
|
||||
@@ -107,9 +105,6 @@
|
||||
nixos-hardware.nixosModules.common-hidpi
|
||||
nixos-hardware.nixosModules.common-pc
|
||||
];
|
||||
specialArgs = {
|
||||
hyprlandSettings = import ./systems/x86_64-linux/desktop/hyprland-settings.nix;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user