apps migrated

This commit is contained in:
2026-03-03 22:42:00 +01:00
parent a2cc89d028
commit e3b903d010
47 changed files with 3 additions and 608 deletions

View File

@@ -1,8 +0,0 @@
{ ... }: {
flake.nixosModules.computer-mo = { system, ... }: {
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
nixpkgs.hostPlatform = system;
hardware.cpu.amd.updateMicrocode = true;
};
}

View File

@@ -1,25 +0,0 @@
{ inputs, config, ... }: {
flake.nixosModules.computer-mo = { ... }: {
imports = with inputs.self.nixosModules; [
base
brave
controller
desktop
gdm
gdm-mo
gnome
gnome-apps
lact
mo
onepassword
secure-boot
singledisk
sops-nix
steam
];
home-manager.users.mo.imports = with config.flake.homeModules; [
base
gnome-mo
];
};
}

View File

@@ -1,6 +0,0 @@
{ inputs, ... }: {
flake.nixosConfigurations."computer-mo" = inputs.self.lib.mkHost {
system = "x86_64-linux";
host = "computer-mo";
};
}