Commit graph

40 commits

Author SHA1 Message Date
7b5edade95
make hape pass nix flake check 2024-10-03 22:47:35 +02:00
a20009be36
whoops this is actually already the default 2024-10-03 18:16:38 +02:00
4dcc1fd612
steal some nix options from jackson.dev
https://jackson.dev/post/nix-reasonable-defaults/
2024-10-03 18:11:56 +02:00
4c8ee9efd2
move btop to hosts/common 2024-10-03 18:03:57 +02:00
be97c833bc
the dirs actually are here already 2024-10-03 17:42:40 +02:00
1a03ccad9a
well fuck this is ugly 2024-10-03 17:40:55 +02:00
c68aac2cfc
fix xdg base dirs 2024-10-03 17:40:02 +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
9d1787a6c0
FINALLY move xdg module to hosts/common 2024-10-02 18:25:48 +02:00
91e360360a
add swaylock to env in swaylock module
this mirrors gtklock
2024-10-02 18:15:55 +02:00
fa40647600
move swaylock to hosts/common 2024-10-02 18:14:49 +02:00
a22d60bde5
move gtklock to hosts/common 2024-10-02 18:13:28 +02:00
8f0422458c
move zoxide to hosts/common 2024-10-02 17:34:54 +02:00
1f9231aab3
move starship to hosts/common 2024-10-02 17:28:46 +02:00
1a83ef8613
move all home.packages to users.users.${username}.packages 2024-10-02 16:55:18 +02:00
76a2eeda57
move agenix into hosts/common 2024-10-02 16:49:35 +02:00
7af7be81e7
switch back to nix latest as the vuln has been patched 2024-09-18 10:19:18 +02:00
495f8f5cf3
add steamcmd and steam-tui to steam config 2024-09-14 19:55:09 +02:00
b8f5277f01
or maybe not 2024-09-12 15:02:01 +02:00
7207815397
I don't have a brain 2024-09-12 15:01:10 +02:00
d3f908dbd1
add fs hardening
thanks raf
2024-09-12 14:52:53 +02:00
a089280fe6
downgrade to nix 2.23
https://functional.cafe/@roberth/113109938376525445
2024-09-10 11:45:48 +02:00
1cbefddf0a
remove the sudo insults overlay 2024-09-04 22:24:05 +02:00
709db35936
get rid of via and vial 2024-09-03 23:52:40 +02:00
8153f23900
modularize noisetorch 2024-09-03 15:36:29 +02:00
aa9b4076bd
add bin cache comment 2024-09-03 15:30:40 +02:00
629a57f88f
move most of the binary caches back into their modules
I actually have no idea what to do twith the nix community one
2024-09-03 01:36:22 +02:00
43e3f57bed
update intel config 2024-09-01 23:40:43 +02:00
0861077bba
update amd config 2024-09-01 23:31:57 +02:00
ba4d19eb5c
move video group to v4l2 module 2024-09-01 23:18:07 +02:00
8638aa2352
modularize CHROME_EXECUTABLE 2024-09-01 23:12:18 +02:00
e956a45062
modularize sudo insults 2024-09-01 23:07:17 +02:00
56758e7454
modularize allowUnfree 2024-09-01 23:02:29 +02:00
5ccc7c34c0
modularize olm thing 2024-09-01 22:59:25 +02:00
082253c7cb
turn all files into functions 2024-09-01 22:51:32 +02:00
de73222646
move systemd-boot to core 2024-09-01 22:32:35 +02:00
cb8cb2d9b3
fix hyprctl binaries 2024-09-01 20:33:38 +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