This commit is contained in:
4DBug
2026-02-18 22:44:39 -06:00
parent bca6b60a3e
commit e5f9674f8d
82 changed files with 9362 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{ den, ... }: {
den.aspects.laptop = {
includes = with den.aspects; [
amdgpu
cosmic
firefox
audio
den.provides.home-manager
stylix
#nvidia
syncthing
swap
cloudflare-warp
packages
development
#cad
mpd
virtualisation
flatpak
fish
dns
openssh
];
nixos = {
networking.hostName = "nix";
services.logind.settings.Login = {
HandleLidSwitch = "ignore";
HandleLidSwitchDocked = "ignore";
};
};
};
}