mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-20 07:51:22 +02:00
chore: format code
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
];
|
||||
|
||||
hardware.firmware = [
|
||||
(import ./brcm-firmware { inherit pkgs;})
|
||||
(import ./brcm-firmware {inherit pkgs;})
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usbhid" "usb_storage" "sd_mod"];
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
nixos-rk3588,
|
||||
...
|
||||
}:
|
||||
{nixos-rk3588, ...}:
|
||||
#############################################################
|
||||
#
|
||||
# Aquamarine - A NixOS VM running on Proxmox
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
# doom-emacs
|
||||
".config/emacs"
|
||||
"org" # org files
|
||||
"org" # org files
|
||||
|
||||
# browsers
|
||||
".mozilla"
|
||||
|
||||
Reference in New Issue
Block a user