desktop is building I guess, idk, need to start commiting stuff eventually lmao

This commit is contained in:
mjallen18
2025-07-17 20:57:18 -05:00
parent 6c7c76887b
commit 442c24997d
219 changed files with 3166 additions and 3583 deletions

View File

@@ -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;
};
};
};
};