summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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-10-15nixos/github-mirror: init moduleseth
2024-10-15modules/nix: only enable always-allow-substitutes when it existsseth
2024-10-12modules/nix: enable always-allow-substitutesseth
2024-10-11modules/nix: only use lix on linuxseth
2024-09-28modules/nixos: don't use `environment.noXlibs`seth
2024-09-20Revert "treewide: use lix-module for lix"seth
This reverts commit f77aeb0db935f60590aa5b6975857b528c8f6a51.
2024-09-07tree-wide: use flake module for configurationsseth
2024-09-04nixos/nvidia: use nixpkgs defaults; set `hardware.nvidia.open`seth
nixpkgs now requires the user to explicitly define whether or not to use the open modules, as they will not be supported for some cards. i can make this true by default though :normal:
2024-08-28treewide: use lix-module for lixseth
2024-08-17seth: delta -> riffdiffseth
2024-08-15nixos/base: make security module more customizableseth
2024-07-19modules/nix: fix lix version comparisonseth
according to `lib.versionAtLeast` `2.90.0` >= `2.90.0-rc1`, but the opposite is true :/ am i too tired to understand how this is actually right? or is this incorrect? who knows
2024-07-10nixos/gnome: gnome.totem -> totemseth
2024-07-10nixos/nvidia: remove libva-vdpau-driverseth
nvidia-vaapi-driver is my new best friend
2024-07-09nixos+shared/traits: use `self` over long relative pathsseth
2024-07-09modules: better document most thingsseth
2024-07-09nixos/tailscale: don't always enable secret management when availableseth
yes this is an exception to most things, but authkeys only really need to be on servers so womp womp
2024-07-09modules: better document optionsseth
2024-07-09tree-wide: document most thingsseth
2024-06-30modules/nix: enable `repl-flake` when using lixseth
2024-06-30modules/nix: only enable `repl-flake` on nix < 2.22.0seth
2024-06-30modules/nix: use lix by defaultseth
2024-06-30darwin/desktop: streamlineseth
2024-06-30nixos/containers: don't overuse `with pkgs;`seth
2024-06-30nixos/desktop: streamlineseth
2024-06-30modules/base: streamlineseth
2024-06-30alejandra -> nixfmt-rfc-styleseth
2024-06-26nixos/nvidia: `hardware.opengl` -> `hardware.graphics`seth
2024-06-21darwin: `fonts.fonts` -> `fonts.packages`seth
2024-06-02modules: use `nixpkgs.flake` optionsseth
2024-06-01modules: support >= 24.05seth
2024-05-25seth: don't enable fish by defaultseth
2024-05-25modules: use individual files for user traitsseth
2024-05-24flatten importsseth
2024-05-24don't use flake moduleseth
2024-05-23simplify flake moduleseth
2024-05-22ci: garnix -> gha for 12343894th timeseth
2024-05-10systems: deploy-rs -> nixinate for 12343894th timeseth
2024-05-10treewide: remove plasma 5seth
2024-05-10treewide: remove overlayseth
don't need it tbh
2024-05-05simplify some things (#353)seth
* flake: drop flake-parts * flake: add back flake-parts * flake: use flake module again for configurations
2024-04-18manage cloudflare pages with terranixseth
2024-04-17simplify terranix moduleseth
2024-03-13nixos/nvidia: use MESA_VK_VERSION_OVERRIDE for nvkseth
2024-03-13nixos/nvidia: initseth
2024-03-11nixos/plasma: use krunner-nixseth
2024-03-10nixos/plasma: disable qt5seth
2024-03-10nixos/plasma: enable NIXOS_OZONE_WLseth
2024-03-09flakeModules: init openwrt-imagebuilder moduleseth