Commit graph

603 commits

Author SHA1 Message Date
e1beec8a76
whoops I forgot to add this to the removal of systemd waybar 2024-03-09 01:30:30 +01:00
08dc6d6a61
this works for now 2024-03-08 23:52:05 +01:00
f9285c3004
add impurity 2024-03-08 15:12:45 +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
2fbbaeadf4
n flake lock --update-input hyprland 2024-03-07 23:45:57 +01:00
b649fb96b2
add duf 2024-03-07 21:50:16 +01:00
6545921325
this doesn't do shit 2024-03-07 14:55:19 +01:00
403f7b2127
Merge branch 'master' of jacekpoz:jacekpoz/niksos 2024-03-07 14:48:12 +01:00
1c003fcd70
add pciutils to niks 2024-03-07 14:48:01 +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
32bdc504bc
remove old hm file from server 2024-03-06 18:50:21 +01:00
237dbd9422
update aur key (I have not used the aur in months) 2024-03-06 18:40:53 +01:00
e75e2e34fb
update nixpak input to new repo url
I have no idea how long ago he moved it under nixpak/
2024-03-06 14:36:09 +01:00
e53239c53b
fix the ssh module thing on niks too 2024-03-06 12:23:09 +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
d9eda141f3
Merge remote-tracking branch 'refs/remotes/origin/master' 2024-03-06 12:04:15 +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
74c30e4df4
@kamilastoch 2024-03-04 21:25:23 +01:00
1cdc94df33
I actually forgot to make the key configurable what is wrong with me 2024-03-03 09:46:45 +01:00
72d9406537
Merge branch 'master' of jacekpoz:jacekpoz/niksos 2024-03-03 09:42:49 +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
6e324c32ee
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
2024-03-03 09:40:34 +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
961deb964c sign test #3 2024-03-03 02:00:28 +01:00
0731f366cb sign test 2024-03-03 01:57:47 +01:00
37589bfc65 switch to ssh keys for signing commits 2024-03-03 01:55:00 +01:00
e2d5090e29
switch from includes to extraConfig in git module
Xddddddddddd
2024-03-03 01:45:09 +01:00
76cbdaaf2f
make the amdgpu_top special workspace depend on the presence of an amd gpu
in the future I'll need to make some custom module where I define what
hardware the system has, I'd like not to rely on things like this

for now this is enough I hope
2024-03-02 23:47:35 +01:00
29fd5eac4c
load the amdgpu kernel module in options/common/cpu/amd.nix 2024-03-02 23:42:49 +01:00
b65e733c8e
oops forgot 2024-03-02 23:30:26 +01:00
6244018977
move asusd to options 2024-03-02 23:26:37 +01:00
446e1b824b
make asusd stuff in hyprland config optional 2024-03-02 23:21:23 +01:00
f1d559de88
disable power supply script on niks for now 2024-03-02 16:19:29 +01:00
ad5979a1b0
make vrr an int instead of bool and add vfr 2024-03-02 16:17:51 +01:00
801b40a42b
I hope this changes something 2024-03-02 16:17:16 +01:00
e625ba212b
comment out auto-epp for now
this for some reason resets the governor to powersave all the time
2024-03-02 16:16:03 +01:00
da690bb8cf
hmCfg in hyprland module 2024-03-02 16:14:19 +01:00
9ee8028e9b
fix reloading notif 2024-03-02 16:11:36 +01:00
1079989183
oops 2024-03-02 15:35:20 +01:00
8b98c6edde
add notification for reloading hyprland 2024-03-02 15:33:20 +01:00
6c2cefd042
map touch and stylus input to eDP-1
this only applies for del, will need to move that there sometime soon
2024-03-02 15:28:07 +01:00
e34da2e450
move to the amdgpu_top tui (this affected gpu measuring) 2024-03-02 15:21:03 +01:00