massive structural changes

This commit is contained in:
Sean Kovacs 2026-01-13 14:46:30 -05:00
commit 02aba5b7c1
Signed by: sckova
GPG key ID: 00F325187C68651A
10 changed files with 532 additions and 561 deletions

View file

@ -1,25 +1,10 @@
{
config,
pkgs,
lib,
catppuccin,
...
}: {
{pkgs, ...}: {
networking.hostName = "peach";
boot.binfmt.emulatedSystems = [
"x86_64-linux"
"riscv64-linux"
];
boot.kernelParams = ["apple_dcp.show_notch=1"];
catppuccin.accent = "peach";
home-manager.users.sckova = {
imports = [catppuccin.homeModules.catppuccin];
};
hardware.asahi = {
enable = true;
setupAsahiSound = true;
@ -37,7 +22,7 @@
swapDevices = [
{
device = "/swapfile";
size = 16000; # 16GB
size = 8000; # 8GB
}
];