Commit graph

124 commits

Author SHA1 Message Date
0f70ec9680
remove waybar module and make each host define it themselves
this will be cleaner anyway once I move to quickshell
2024-03-09 14:25:42 +01:00
237dbd9422
update aur key (I have not used the aur in months) 2024-03-06 18:40:53 +01:00
e53239c53b
fix the ssh module thing on niks too 2024-03-06 12:23:09 +01:00
7bde656c9f
ssh-agent (this shit is crazy read the whole commit message)
so first when I wanted to configure ssh to use the correct keys by
default I found some guide that used IdentitiesOnly yes so I used it
too without even knowing what it does

then later when I wanted to nix my ssh config I noticed that it's set to
true and didn't know what it does so I read the manpage

I wrote the description of the `indentitiesOnly` option of my wrapper
module based on that but I didn't really understand what it actually
does

well, as you can see in the commit history, a day or two ago (forgot) I
started using an ssh key to sign my commits and to make things even more
convenient I moved all of my private ssh keys to my keepassxc database
as attachments

I tested it on my main laptop and everything worked fine but on that
laptop all the keys were still in ~/.ssh as I didn't just want to
immediately delete them and risk losing any

well that's what hid this bug - on the main laptop when pushing, it just
used the keys in ~/.ssh, which I don't have on this laptop (the one I
take to classes) because, well, I did this not to have to copy both the
keepassxc database and ~/.ssh between machines - I only copied the
keepassxc database as it had all the keys in it

well turns out with the config before this commit, it would only try to
use keys in ~/.ssh which aren't - and won't - be here so it failed

this option makes it actually use keys supplied by ssh-agent, which
keepassxc acts as and is the only way to get them in the current setup
2024-03-05 17:43:10 +01:00
1cdc94df33
I actually forgot to make the key configurable what is wrong with me 2024-03-03 09:46:45 +01:00
6244018977
move asusd to options 2024-03-02 23:26:37 +01:00
90717bd4a3
better™️ 2024-03-01 00:39:36 +01:00
721ea550e4
move psd to firefox module 2024-02-29 01:51:39 +01:00
f186913663
move mullvad-vpn to options/ 2024-02-29 01:49:37 +01:00
09bd2013ee
move blueman to bluetooth service 2024-02-29 01:45:20 +01:00
d26908ac82
move the initrd option to options/
man I should really go to sleep
2024-02-29 01:41:59 +01:00
52a896d4f0
move libvirt stuff to options/ 2024-02-29 01:41:04 +01:00
bb6fc2f47c
move MALLOC_PERTURB_ to options/ 2024-02-29 01:38:00 +01:00
a9f23295b1
move MOZ_ENABLE_WAYLAND to firefox module 2024-02-29 01:35:23 +01:00
472c63f5d1
env var cleanup 2024-02-29 01:34:29 +01:00
8f4061f393
move nur overlay to firefox module 2024-02-29 01:28:20 +01:00
b456a7975e
move common nix options into options/ 2024-02-29 01:22:20 +01:00
88a5ca1f6e
move neovim nightly overlay to the module 2024-02-29 01:16:53 +01:00
81f9c0dc3e
add the user to the networkmanager group in the option-module
still IDK how else to call these might change the name later
2024-02-29 01:04:51 +01:00
f545992742
move networking to options 2024-02-29 00:58:00 +01:00
1fb97e7272
fix syntax for env vars 2024-02-29 00:48:40 +01:00
0d77b0d6a5
move systemd-boot to options 2024-02-29 00:44:30 +01:00
59febb2149
move the config' arg to a custom module (big)
shoutout to raf for pointing out how retarded this was
this was needed very much
2024-02-29 00:29:56 +01:00
72c8e3c2d9
add MALLOC_PERTURB_ 2024-02-19 16:32:50 +01:00
3f7796b4e9
move fonts to options 2024-02-17 19:59:50 +01:00
3ed8723607
done with db class and forgot to remove this :-) 2024-02-17 19:58:17 +01:00
a059d8a2b9
move RADV envvar to options 2024-02-17 19:56:59 +01:00
4d2d3705fb
start moving shit to options 2024-02-15 17:04:34 +01:00
47043046d0
move onresume and onsuspend scripts to powerManagement 2024-02-15 16:42:32 +01:00
993bb11a26
xdg-ninja 2024-02-15 10:34:27 +01:00
e23234993f
make $EDITOR the default for git 2024-02-14 23:45:16 +01:00
988e4d9875
move fcitx envvars to the correct file 2024-02-14 22:50:54 +01:00
3f1656fc7f
move qt envvar to qt module 2024-02-14 21:28:26 +01:00
df45094b2d
move gtk config location to the hm module 2024-02-14 21:14:45 +01:00
de49dd1457
use hm for xdg dirs 2024-02-14 21:14:14 +01:00
10ae3b11c3
move cursor envvars to cursor module 2024-02-14 15:53:32 +01:00
a3db400a44
move hyprland envvars to the module 2024-02-14 15:49:51 +01:00
80c7c536bd
neovim module changes 2024-02-14 15:43:51 +01:00
87af62f88b
move TERM envvar to foot module 2024-02-14 15:39:23 +01:00
06c4893c05
move all zsh options to the module 2024-02-14 15:38:28 +01:00
01a5b312b9
move home-manager to a module, move programs to a separate file 2024-02-14 15:29:00 +01:00
a2891699f4
add seemingly broken post suspend script
it was supposed to fix my external monitor not working :-(
2024-02-14 15:16:06 +01:00
0f4101fe93
move osu to separate module 2024-02-14 14:58:07 +01:00
881ce3c93c
misc 2024-02-14 13:34:57 +01:00
40a60d1ddb
enable automatic store optimisation 2024-02-12 20:04:40 +01:00
5e2b828238
move nix max jobs and cores from the alias to nix.settings 2024-02-12 19:39:42 +01:00
61c19e7365
remove all terminfo
caused rxvt terminfo to be installed and some warnings to be emitted by
nixos-rebuild
2024-02-12 19:25:10 +01:00
a22146fe00 Merge pull request 'disable doc and info and don't generate caches' (#1) from neoney/niksos:master into master
Reviewed-on: https://codeberg.org/jacekpoz/niksos/pulls/1
2024-02-12 12:12:04 +00:00
7249a7dd50
switch from zen to xanmod as raf suggested 2024-02-02 01:31:11 +01:00
2d6463d634
I don't think they're necessary actually 2024-02-01 13:40:17 +01:00