Compare commits

..

3 commits

Author SHA1 Message Date
Arne Dußin
4f1d926d62 add clang to system packages
I consider C support essential for my daily needs and different compiler
versions not too important for my workstation needs when I work on
projects alone.
2025-05-23 10:53:15 +02:00
Arne Dußin
22d96f9144 comment out fcitx
fcitx in the configuration seems to overwrite my xkb options later in
the configuration file.
2025-05-23 10:51:19 +02:00
Arne Dußin
e5310e428e update flake for systems 2025-05-23 10:49:49 +02:00
3 changed files with 13 additions and 10 deletions

View file

@ -3,6 +3,9 @@
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
clang
clang-manpages
clang-tools
mangohud mangohud
obs-studio obs-studio
]; ];

View file

@ -49,10 +49,10 @@
# Internationalisation # Internationalisation
i18n = { i18n = {
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";
inputMethod = { # inputMethod = {
enable = true; # enable = true;
type = "fcitx5"; # type = "fcitx5";
}; # };
}; };
console = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";

12
nix/flake.lock generated
View file

@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744098102, "lastModified": 1746904237,
"narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=", "narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7", "rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -46,11 +46,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1744367198, "lastModified": 1747196235,
"narHash": "sha256-UhO5nzTart6XtZHtAL07+MjkOjmmpi7vJF648tF9WFs=", "narHash": "sha256-41VHCKCevxL7Luqwc9A2r3DPTOz6Ky+nRkHp1eurtmA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "704f05243844699fea06113ae730310536a3c38e", "rev": "2378adbb9ebb4654dc0d41786609839b6ad4a7ef",
"type": "github" "type": "github"
}, },
"original": { "original": {