Commit graph

7 commits

Author SHA1 Message Date
4dcc1fd612
steal some nix options from jackson.dev
https://jackson.dev/post/nix-reasonable-defaults/
2024-10-03 18:11:56 +02:00
92c568883a
FINALLY XDG CONFORMANT NIX 2024-10-03 17:28:36 +02:00
c5d5f88448
disable url literals 2024-10-03 17:23:07 +02:00
941fac5c2e
enable pipe operators 2024-10-03 17:11:22 +02:00
7af7be81e7
switch back to nix latest as the vuln has been patched 2024-09-18 10:19:18 +02:00
a089280fe6
downgrade to nix 2.23
https://functional.cafe/@roberth/113109938376525445
2024-09-10 11:45:48 +02:00
23f5aaaf45
huge options refactor
due to being on a wifi and my sim card not being able to do its job
properly this might have some errors

`nix flake check` gave me none for the current host but tbh who knows

this commit moves everything from `options` to `hosts/common` and
modifies the `createHost` function to import part of the files under
that directory by default

there's also a `hosts/common/optional` which is still being imported in
`profile.nix` but now in a better way using `lib.path.append` in tandem
with `lib.lists.map`
2024-09-01 20:31:24 +02:00
Renamed from options/common/nix.nix (Browse further)