mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-10-27 15:55:15 +01:00
meow meow nya
This commit is contained in:
parent
ebb9bef076
commit
9774ba9a73
5 changed files with 5 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ with builtins;
|
|||
cool-retro-term
|
||||
|
||||
jdk
|
||||
jdk24
|
||||
|
||||
libsecret
|
||||
fzf
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
pkgs.mobile-broadband-provider-info
|
||||
pkgs.modem-manager-gui
|
||||
pkgs.wireshark
|
||||
pkgs.jetbrains.idea-ultimate
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
|||
|
|
@ -375,6 +375,7 @@
|
|||
let
|
||||
domains = [
|
||||
"bahn.expert"
|
||||
"flugzeug.expert"
|
||||
"traewelling.de"
|
||||
"katzen.cafe"
|
||||
"catgirl.cloud"
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
};
|
||||
"rust-analyzer" = {
|
||||
config = {
|
||||
check.command = "check";
|
||||
check.command = "clippy";
|
||||
completion.snippets.custom = {
|
||||
"pub fn" = {
|
||||
prefix = [
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
signing = {
|
||||
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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue