Commit Graph

75 Commits

Author SHA1 Message Date
dfca23764d Added libisoburn for xorriso (playing around with OS development) 2025-01-19 15:54:31 +02:00
85ab608bad Replaced manual ghostty flake with nixpkgs ghostty 2025-01-19 15:54:05 +02:00
1c11629a0a Updated nix flake 2025-01-19 12:35:36 +02:00
54709191ef Added minisign to verify zig/zls signatures 2025-01-18 23:40:11 +02:00
80c809f073 Removed some unused packages, also gparted cuz I no longer need it bcz I
fixed the rebuild failure issue (see last commit)
2025-01-18 14:28:19 +02:00
049cb533fa Changed EFI uuid after I deleted the 100MB one and then created a new
1GB one
2025-01-18 14:22:54 +02:00
b971f4a769 Added asm-lsp and gdb 2025-01-18 09:33:28 +02:00
ddd0f1552e Added albert which is basically a better krunner 2025-01-10 14:40:31 +02:00
5ccf55e38f Added activitywatch 2025-01-05 14:04:54 +02:00
e394f7d628 Added gparted to resize my boot from 100MB to 500MB and nasm to do some
assembly stuff
2025-01-04 13:28:20 +02:00
00ac6286ca Added vesktop cuz discord screensharing on wayland is still fucking
broken even when using xwayland bridge
2025-01-03 19:49:49 +02:00
beb16396de Added pygithub to run a script that mirrors my github repos to gitea 2025-01-01 23:31:45 +02:00
ce7651ed6e Revert "Updated flake.lock"
This reverts commit 55c738a265.
2025-01-01 19:38:47 +02:00
723d7bd632 Updated the flake but the boot partition is too small to update so I
will have to repartition or just revert for now
2025-01-01 19:30:19 +02:00
457e96eedb Updated font to use the correct package 2025-01-01 12:37:56 +02:00
6daf7a47e3 Changed hostname to kyren-laptop and added syncthing 2024-12-31 23:30:15 +02:00
cc4778f46e Added libreoffice to edit my resume, also investigating self-hosting
syncthing on my VPS
2024-12-30 13:27:12 +02:00
bc7775f5bc Added dig yesterday to debug the website and ssl but keeping it cuz it's
useful
2024-12-28 22:08:43 +02:00
5e70bb4480 Added sops to manage secrets for my server 2024-12-26 23:40:59 +02:00
56690260ef Removed formatters and self formmated some stuff, also nixd is broken
idk why will try to fix it later
2024-12-26 19:12:44 +02:00
8bb6abc6d4 Finally added a formatter and LSP for nix 2024-12-26 17:21:27 +02:00
2c36da019d Enabled KVM/QEMU, might use it to run some sandboxed windows machines 2024-12-24 18:57:09 +02:00
d852089d65 Added go tags to generate json tags in go, disabled some NVIM plugin
that caused issues after update and set my mouse to hide in ghostty
(which annoyed me for a while, I was putting my mouse offscreen when
using ghostty)
2024-12-21 22:15:50 +02:00
7f636ec6ea Added rar to be able to open .rar files in ark 2024-12-19 23:20:42 +02:00
10c5d98db1 Added git sync for my notes dir and made the battery notifications run
less frequently
2024-12-18 12:08:39 +02:00
74c1ef70ce Removed atuin, and also .korganizerrc is no longer kept in my dotfiles
as it changes too frequently with things like my current view and it's
pointless to version control (but will probably back it up somewhere
privately)
2024-12-18 12:05:17 +02:00
021331f52c Added atuin, I still prefer fzf I think but might change my mind later 2024-12-15 23:17:08 +02:00
854e416055 Fixed locale issue by adding all used locales manually, bcz I changed
time to a diff local that wasn't available so I needed to specify all
locales I use manually
2024-12-15 13:22:16 +02:00
b30a2cc92a Replaced nvimpager with less, and now delta works with colors 2024-12-14 23:14:29 +02:00
c6809f1f5c Removed kontact and just kept korganizer/kaddressbook, don't need the
rest, also added gitleaks to be able to check for leaks, had it in my
WSL but never installed it on nix
2024-12-14 22:15:51 +02:00
5c88ab1e63 Added glibcLocales, very important to make sure that when changing
locales/formats in KDE plasma (ie: using the metric system, and
DD/MM/YYYY for dates etc) it'll have the locales available.
This gets rid of the perl locale missing warnings on `nh os switch` and
also gets rid of the man pages locale missing warning
2024-12-14 22:01:55 +02:00
6476c5131c Added docker and removed some unused apps 2024-12-13 09:25:47 +02:00
bbc1cf2fb1 Added steam 2024-12-11 21:57:42 +02:00
93c0df466b Added kontact suite a few days ago, still need to decide if I keep
kontact or just go with korganizer + kaddressbook
2024-12-11 18:13:02 +02:00
cfa5f95c4e Added sleep tracker python script and keybind to toggle render-markdown 2024-12-11 18:12:29 +02:00
58313fccc3 Installed gimp 2024-12-07 17:33:31 +02:00
fde9f2191d Added comment 2024-12-06 21:48:00 +02:00
5420bee023 Added old windows games 2024-12-06 21:47:11 +02:00
41217ab34b Some formatting changes after PR 2024-12-06 13:38:06 +02:00
48380943b0 Merge pull request #2 from NobbZ/ghostty
ghostty
2024-12-06 13:27:12 +02:00
Norbert Melzer
b0c8eadda5 add ghostty 2024-12-06 12:25:46 +01:00
Norbert Melzer
7d98f53a46 fix unfree 2024-12-06 12:19:46 +01:00
ab33897f3c Disabled mason for zls and installed ZLS locally from a binary in
~/.zls and also added graphviz bcz I might need it for cargo crates
(rust) later when I configure rustaceanvim
2024-12-06 13:16:56 +02:00
ecd2eb1576 Made clangd work and recognize C headers, see https://www.reddit.com/r/NixOS/comments/1d7zvgu/nvim_cant_find_standard_library_headers/
for troubleshooting/reference if it happens again
2024-11-30 13:20:25 +02:00
5f2acd0b04 Added tokei for counting lines of code 2024-11-26 13:11:58 +02:00
d1b8d76665 Removed all the modrinth stuff, btw here r links for reference:
https://v2.tauri.app/start/prerequisites/#system-dependencies
https://github.com/sfackler/rust-openssl/issues/1663
https://discourse.nixos.org/t/rust-openssl-woes/12340/4
2024-11-25 12:46:07 +02:00
c984971794 Did a bunch of stuff trying to build modrinth from source but it doesn't
seem to work out, I guess I will just use the flatpak version
2024-11-25 12:00:34 +02:00
dc13113e1a Added kotlin 2024-11-24 17:17:20 +02:00
f590351dd0 Added desktop file for whatsapp and sorted out the JDK thing 2024-11-24 12:44:45 +02:00
d046d553ff Added java packages stuff 2024-11-24 10:30:14 +02:00