Compare commits
4 commits
e0987f496d
...
4af61d93f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4af61d93f5 | ||
|
|
4f1d926d62 | ||
|
|
22d96f9144 | ||
|
|
e5310e428e |
3 changed files with 15 additions and 11 deletions
|
|
@ -3,6 +3,10 @@
|
|||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
clang
|
||||
clang-manpages
|
||||
clang-tools
|
||||
llvmPackages.lldb
|
||||
mangohud
|
||||
obs-studio
|
||||
];
|
||||
|
|
|
|||
|
|
@ -49,10 +49,10 @@
|
|||
# Internationalisation
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
inputMethod = {
|
||||
enable = true;
|
||||
type = "fcitx5";
|
||||
};
|
||||
# inputMethod = {
|
||||
# enable = true;
|
||||
# type = "fcitx5";
|
||||
# };
|
||||
};
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
|
|
@ -233,7 +233,7 @@
|
|||
users.users.zentux = {
|
||||
shell = pkgs.nushell;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "kvm" "uucp" "dialout" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "kvm" ];
|
||||
packages = with pkgs; [
|
||||
nixd
|
||||
qpwgraph
|
||||
|
|
|
|||
12
nix/flake.lock
generated
12
nix/flake.lock
generated
|
|
@ -23,11 +23,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1744098102,
|
||||
"narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=",
|
||||
"lastModified": 1746904237,
|
||||
"narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7",
|
||||
"rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -46,11 +46,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1744367198,
|
||||
"narHash": "sha256-UhO5nzTart6XtZHtAL07+MjkOjmmpi7vJF648tF9WFs=",
|
||||
"lastModified": 1747196235,
|
||||
"narHash": "sha256-41VHCKCevxL7Luqwc9A2r3DPTOz6Ky+nRkHp1eurtmA=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "704f05243844699fea06113ae730310536a3c38e",
|
||||
"rev": "2378adbb9ebb4654dc0d41786609839b6ad4a7ef",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue