1
0
Fork 0
forked from foxora/nix

update to latest cerulean patches

This commit is contained in:
do butterflies cry? 2026-02-14 18:16:29 +10:00
parent b96802c7bd
commit bcfcf3db78
7 changed files with 47 additions and 73 deletions

View file

@ -2,7 +2,6 @@
inputs,
upkgs,
spkgs,
root,
...
}: {
imports = [
@ -32,7 +31,7 @@
extraModulePackages = with kernelPackages; [v4l2loopback];
# qemu
# boot.binfmt.emulatedSystems = [
# binfmt.emulatedSystems = [
# "riscv64-linux"
# ];
# the following line is from:
@ -286,6 +285,10 @@
};
};
# XXX: WARNING: NOTE: (@dobutterfliescry)
# XXX: WARNING: NOTE: WHYYYYYY DOES AURORA'S CONFIG NOT PROPAGATE INPUTS??
home-manager.extraSpecialArgs = {inherit inputs;};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with upkgs; [
@ -318,12 +321,12 @@
# game stuff :3
(lutris.override {
extraupkgs = upkgs: [
extraPkgs = upkgs: [
libadwaita
];
})
(steam.override {
extraupkgs = upkgs: [
extraPkgs = upkgs: [
nss
xorg.libX11
xorg.libXScrnSaver