This commit is contained in:
암냥 2026-07-17 19:42:54 +09:00
commit 583ce3483e
No known key found for this signature in database
2 changed files with 19 additions and 0 deletions

View file

@ -86,5 +86,23 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOHP3Z+AYrRh9f8TYyqChKfeyNm3lOe0F75AwRHTTaxD imnyang@mizuki"
];
environment.systemPackages = with pkgs; [
gtk3
gtk4
];
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
gtk3
gtk4
glib
cairo
pango
gdk-pixbuf
atk
];
};
system.stateVersion = "26.05";
}

View file

@ -75,6 +75,7 @@
22
80
443
12345
];
networking.hostName = "natsu";