feat: add formatter

This commit is contained in:
danny 2026-01-10 12:46:40 +08:00
parent d036cf224a
commit cf005ff872
269 changed files with 369 additions and 226 deletions

0
system/dev/skydrive-lap/common/boot.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/common/default.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/common/disk.nix Normal file → Executable file
View file

View file

@ -1,14 +1,25 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
config,
lib,
pkgs,
modulesPath,
...
}:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" ];
boot.initrd.availableKernelModules = [
"xhci_pci"
"ahci"
"nvme"
"usbhid"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];

0
system/dev/skydrive-lap/common/nvidia.nix Normal file → Executable file
View file

5
system/dev/skydrive-lap/default.nix Normal file → Executable file
View file

@ -10,7 +10,8 @@ in
systemConf = {
inherit hostname username;
domain = "net.dn";
# hyprland.enable = true;
enableHomeManager = true;
hyprland.enable = false;
niri.enable = true;
face = pkgs.fetchurl {
url = "https://git.dnywe.com/dachxy/skydrive-avatar/raw/branch/main/skydrive.jpg";
@ -26,6 +27,8 @@ in
./sops
./utility
./network
./home
../../modules/shells/noctalia
];
users.users.root.openssh.authorizedKeys.keys = [

0
system/dev/skydrive-lap/games/default.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/home/default.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/network/default.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/network/netbird.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/sops/default.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/sops/secret.yaml Normal file → Executable file
View file

0
system/dev/skydrive-lap/sops/sops-conf.nix Normal file → Executable file
View file

0
system/dev/skydrive-lap/utility/default.nix Normal file → Executable file
View file