summaryrefslogtreecommitdiff
path: root/systems/caroline/default.nix
AgeCommit message (Collapse)Author
2025-02-13modules: move profiles to `borealis` namespaceSeth Flynn
2024-10-28modules: restructure (#487)seth
* seth: remove unused pkgs * modules: restructure from archetypes back to profiles make less actual modules for everything use lib.mkDefault like it's supposed to move mixins out of server * nixos/resolved: use modern options
2024-10-18more refactors & outsource some things (#477)seth
* tree-wide: drop flake-parts * drop nixinate * justfile: cleanup * drop treefmt-nix * doc: update READMEs * flake: cleanup * seth: don't use `./.` * modules/nixos,darwin: bundle all modules They all depend on each other anyways so * systems: manually import internal modules * seth: use riff module from nix-exprs * flake: back to flake-parts * Revert "flake: back to flake-parts" This reverts commit 35334882f7c0c23991a4efd65ea08b216006b2b0. Saving the last commit so I can go back if I want * flake: use lib.const this looks better...right? * flake: declare systems like a normal person
2024-06-30alejandra -> nixfmt-rfc-styleseth
2024-05-24don't use flake moduleseth
2024-05-23simplify flake moduleseth
2024-02-07modules/nixos+darwin: move to traits + archetypes modelseth
2024-02-04systems: don't set hostName manuallyseth
2024-02-03make everything a moduleseth
2024-01-07tree-wide: localize importsseth
i shouldn't be editing systems/default.nix to remove a module only for glados
2023-11-02modules+systems+seth: use homebrew over nix on darwin & make features moduleseth
2023-10-30tree-wide: refactorseth
i went overboard on modules. this is much comfier