mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 08:51:54 -05:00
pacifidlog: disable jovian
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
8d2d341cbe
commit
95bc08608a
|
@ -22,13 +22,20 @@
|
||||||
self.nixosModules.hw-common-amd-cpu
|
self.nixosModules.hw-common-amd-cpu
|
||||||
self.nixosModules.hw-common-amd-gpu
|
self.nixosModules.hw-common-amd-gpu
|
||||||
self.nixosModules.hw-common-bluetooth
|
self.nixosModules.hw-common-bluetooth
|
||||||
self.nixosModules.hw-common-laptop-amd-gpu
|
|
||||||
self.nixosModules.hw-common-ssd
|
self.nixosModules.hw-common-ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = ["nvme" "sd_mod" "thunderbolt" "usb_storage" "xhci_pci"];
|
availableKernelModules = [
|
||||||
|
"nvme"
|
||||||
|
"sdhci_pci"
|
||||||
|
"thunderbolt"
|
||||||
|
"usb_storage"
|
||||||
|
"usbhid"
|
||||||
|
"xhci_pci"
|
||||||
|
];
|
||||||
|
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -50,12 +57,12 @@
|
||||||
GDK_SCALE = "2";
|
GDK_SCALE = "2";
|
||||||
};
|
};
|
||||||
|
|
||||||
jovian.steam = {
|
# jovian.steam = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
autoStart = true;
|
# autoStart = true;
|
||||||
desktopSession = "gamescope-wayland";
|
# desktopSession = "gamescope-wayland";
|
||||||
user = "aly";
|
# user = "aly";
|
||||||
};
|
# };
|
||||||
|
|
||||||
jovian.decky-loader = {
|
jovian.decky-loader = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue