mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update configuration.nix
This commit is contained in:
parent
d8aec66930
commit
560cdb874c
1 changed files with 25 additions and 16 deletions
|
@ -12,11 +12,15 @@
|
||||||
|
|
||||||
# Latest kernel
|
# Latest kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
boot.kernelParams = [ "vfio-pci.ids=8086:9b41" "qxl" "bochs_drm"];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
|
nix.settings.extra-platforms = [ "aarch64-linux" ];
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
@ -59,7 +63,6 @@
|
||||||
fira-mono
|
fira-mono
|
||||||
roboto-slab
|
roboto-slab
|
||||||
|
|
||||||
firefox
|
|
||||||
neofetch
|
neofetch
|
||||||
thunderbird
|
thunderbird
|
||||||
];
|
];
|
||||||
|
@ -74,18 +77,24 @@
|
||||||
[
|
[
|
||||||
avahi
|
avahi
|
||||||
cargo
|
cargo
|
||||||
flatpak
|
dmidecode
|
||||||
git
|
|
||||||
git-lfs
|
|
||||||
just
|
just
|
||||||
|
libcamera
|
||||||
|
lshw
|
||||||
|
mdbook
|
||||||
|
quickemu
|
||||||
|
spice
|
||||||
|
spice-gtk
|
||||||
nix-index
|
nix-index
|
||||||
restic
|
restic
|
||||||
rustc
|
|
||||||
toybox
|
toybox
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
|
xz
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.git.lfs.enable = true;
|
||||||
|
|
||||||
# Enable/Disable hardware
|
# Enable/Disable hardware
|
||||||
## Turn off PulseAudio
|
## Turn off PulseAudio
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue