Commit graph

172 commits

Author SHA1 Message Date
cbe2923503
uncomment all the shit after installing syncthing on all machines 2024-04-04 12:49:59 +02:00
c0801f0a0b
make caddy only turn on on a server 2024-04-04 12:41:54 +02:00
142cc28acc
some initial syncthing work
no idea if this works
2024-04-04 12:24:31 +02:00
48e5e05f35
make the split dispatchers in hyprland config optional
I haven't tested this aside from `nix flake check` I hope this works
2024-04-03 22:40:54 +02:00
38858e2496
add extraPlugins option to hyprland module
did this because split-monitor-workspaces is broken again and I'm gonna
be away for like 5 days anyway and del doesn't need that plugin anyway I
just wanna build the config after updating the flake so I have the
backdoorless xz

boy do I love foss
2024-04-03 21:53:27 +02:00
6103c0bc15
nixvim try not to move options for 5 minutes challenge #2 2024-04-03 20:05:24 +02:00
943e6ed2b8
home-manager try not to move options for 5 minutes challenge 2024-04-03 19:54:34 +02:00
f9b9f3047b
swap hyprlock hello text for battery 2024-04-01 17:50:18 +02:00
5c182e5053
tweak telescope keybinds (thanks Rafał) 2024-04-01 17:49:54 +02:00
2eebdd819e
add icons in eza aliases 2024-03-28 20:30:41 +01:00
617c09e427
wtf 2024-03-28 18:19:28 +01:00
1c17da074e
use programs.nixvim.defaultEditor 2024-03-24 16:32:46 +01:00
d9663f95b5
switch all keymaps in neovim to silent 2024-03-24 16:16:09 +01:00
1e03de114b
switch to lualine for now pretty cool I think 2024-03-24 16:15:44 +01:00
a811795257
I have no idea if this works 2024-03-24 16:15:29 +01:00
2968ab5423
make the neotree keybind toggle it 2024-03-24 15:01:42 +01:00
cd17fd0d27
change the markdown preview command to lua 2024-03-24 14:17:09 +01:00
ad7800a121
FINALLY move from chadtree to neo-tree
fuck python !!!!!!!!!!!!!!!!!!!!
2024-03-24 14:16:41 +01:00
9fa5e1a699
Xd 2024-03-24 14:05:27 +01:00
880564e754
change $EDITOR to use pkgs.neovim-nightly
is this why the colourscheme was broken when editing the git commit
message
2024-03-24 13:22:34 +01:00
6b2bf8ba4d
remove ensureInstalled from treesitter in nixvim
turns out it doesn't do anything because by default nixGrammars is true
and shit is managed by nix :PPPP
2024-03-23 20:18:09 +01:00
5578e7560a
make hyprland work without a startupSound path 2024-03-20 07:48:21 +01:00
c799dd663c
fully switch to hyprlock :3 2024-03-19 23:56:54 +01:00
8f2c60757a
whoops 2024-03-19 23:46:04 +01:00
63538d0edd
hypr rework 2024-03-19 23:45:26 +01:00
5aab44e57f
Merge remote-tracking branch 'refs/remotes/origin/master' 2024-03-19 12:33:58 +01:00
7cfad5201c
make wvkbd higher 2024-03-19 12:33:31 +01:00
d7ae4faf34
broken ass piece of shit I hate python 2024-03-16 18:44:09 +01:00
2d0c24a5f1
nixvim try not to change settings for 5 minutes challenge 2024-03-16 15:54:26 +01:00
7b30e9df49
update some nixvim settings to the correct place 2024-03-15 21:24:00 +01:00
f1183de86c
update markdown-preview theme path in nixvim 2024-03-09 20:12:16 +01:00
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
d7edf6c7aa
run wvkbd hidden by default 2024-03-09 01:31:05 +01:00
e1beec8a76
whoops I forgot to add this to the removal of systemd waybar 2024-03-09 01:30:30 +01:00
b8b2ea07d0
set rot8 threshold to 0.75 2024-03-08 09:35:07 +01:00
b754fdbf15
use waybar standalone without the systemd service
that shit broke so much I'm done with it
2024-03-08 09:34:15 +01:00
6545921325
this doesn't do shit 2024-03-07 14:55:19 +01:00
cbc909f2e7
add extraSettings to the hyprland wrapper module 2024-03-07 00:02:15 +01:00
5649089667
move the hyprland event handler script further down into settings 2024-03-06 23:32:13 +01:00
6abd0b07c1
minor changes 2024-03-06 19:05:39 +01:00
5fbd3376bd
builtins.fetchurl → pkgs.fetchurl 2024-03-06 19:04:41 +01:00
a9584581e6
oops lol !!!! #2 2024-03-06 12:21:02 +01:00
7d9edd29c7
oops lol !!!! 2024-03-06 12:13:21 +01:00
f52134322c
rework the ssh module to use the publicKey directly 2024-03-06 12:11:58 +01:00
eac5089356
use pubkeys in ssh modules and make hostAliases {} by default 2024-03-06 12:03:08 +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
e6461cfd9b
oh my god this is so fucking stupid
I moved from `includes` to `extraConfig` and didn't remove the
`contents` that explains EVERYTHING

it doesn't explain why I'm this retarded though

followed this btw https://code.mendhak.com/keepassxc-sign-git-commit-with-ssh/

big shoutout to mendhak :-)
2024-03-03 09:42:18 +01:00
e3ec0b955b does this work 2024-03-03 09:32:08 +01:00
cd8f5e7778 sign test #6 2024-03-03 02:25:43 +01:00