Compare commits
1 commit
4af61d93f5
...
e0987f496d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0987f496d |
3 changed files with 11 additions and 15 deletions
|
|
@ -3,10 +3,6 @@
|
||||||
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
|
|
||||||
llvmPackages.lldb
|
|
||||||
mangohud
|
mangohud
|
||||||
obs-studio
|
obs-studio
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
users.users.zentux = {
|
users.users.zentux = {
|
||||||
shell = pkgs.nushell;
|
shell = pkgs.nushell;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" "video" "kvm" ];
|
extraGroups = [ "wheel" "networkmanager" "video" "kvm" "uucp" "dialout" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nixd
|
nixd
|
||||||
qpwgraph
|
qpwgraph
|
||||||
|
|
|
||||||
12
nix/flake.lock
generated
12
nix/flake.lock
generated
|
|
@ -23,11 +23,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1746904237,
|
"lastModified": 1744098102,
|
||||||
"narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=",
|
"narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956",
|
"rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -46,11 +46,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747196235,
|
"lastModified": 1744367198,
|
||||||
"narHash": "sha256-41VHCKCevxL7Luqwc9A2r3DPTOz6Ky+nRkHp1eurtmA=",
|
"narHash": "sha256-UhO5nzTart6XtZHtAL07+MjkOjmmpi7vJF648tF9WFs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "2378adbb9ebb4654dc0d41786609839b6ad4a7ef",
|
"rev": "704f05243844699fea06113ae730310536a3c38e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue