- Disable printing by setting `printEnable = false`. - Add a new `virualization` module enabling libvirtd, virt‑manager, qemuGuest and spice‑vdagentd; enable it on the desktop host. - Change default applications: enable GIMP, disable Pixieditor. - Bump Helium AppImage to version 0.14.4.1 with updated hash. - Lower notification sound volume from 0.5 to 0.1. - Refactor Bash and Fish aliases: `upd` now updates flakes, `upg` performs OS switch, and new helper aliases are added.
35 lines
587 B
Nix
35 lines
587 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
./packages
|
|
./affinity.nix
|
|
./boot.nix
|
|
./calendar.nix
|
|
./docker.nix
|
|
./flatpak.nix
|
|
./fonts.nix
|
|
./garandos-tui.nix
|
|
./hardware.nix
|
|
./network.nix
|
|
./nfs.nix
|
|
./nh.nix
|
|
./printing.nix
|
|
./greetd.nix
|
|
./security.nix
|
|
./services.nix
|
|
./steam.nix
|
|
./stylix.nix
|
|
./syncthing.nix
|
|
./system.nix
|
|
./tailscale.nix
|
|
./thunar.nix
|
|
./user.nix
|
|
./ventoy.nix
|
|
./virtualbox.nix
|
|
./virualization.nix
|
|
./xdg.nix
|
|
./xserver.nix
|
|
./zram.nix
|
|
inputs.stylix.nixosModules.stylix
|
|
];
|
|
}
|