meow meow nya

This commit is contained in:
Schrottkatze 2025-10-22 11:32:48 +02:00
commit 9774ba9a73
No known key found for this signature in database
5 changed files with 5 additions and 2 deletions

View file

@ -44,6 +44,7 @@ with builtins;
cool-retro-term cool-retro-term
jdk jdk
jdk24
libsecret libsecret
fzf fzf

View file

@ -56,6 +56,7 @@
pkgs.mobile-broadband-provider-info pkgs.mobile-broadband-provider-info
pkgs.modem-manager-gui pkgs.modem-manager-gui
pkgs.wireshark pkgs.wireshark
pkgs.jetbrains.idea-ultimate
]; ];
# Bootloader. # Bootloader.

View file

@ -375,6 +375,7 @@
let let
domains = [ domains = [
"bahn.expert" "bahn.expert"
"flugzeug.expert"
"traewelling.de" "traewelling.de"
"katzen.cafe" "katzen.cafe"
"catgirl.cloud" "catgirl.cloud"

View file

@ -57,7 +57,7 @@
}; };
"rust-analyzer" = { "rust-analyzer" = {
config = { config = {
check.command = "check"; check.command = "clippy";
completion.snippets.custom = { completion.snippets.custom = {
"pub fn" = { "pub fn" = {
prefix = [ prefix = [

View file

@ -26,7 +26,7 @@
}; };
signing = { signing = {
format = "ssh"; format = "ssh";
key = lib.mkDefault "${pkgs.writeText "blue_nk3.pub" "256 SHA256:h7d9+w4uACtz63L/MI7B1oB3fYxh8u+q6bs+SsSTKzY ssh:"}"; key = lib.mkDefault "${pkgs.writeText "blue_nk3.pub" "SHA256:h7d9+w4uACtz63L/MI7B1oB3fYxh8u+q6bs+SsSTKzY ssh:"}";
signByDefault = true; signByDefault = true;
}; };
}; };