6644a6aff7
Add new home module for EasyEffects and include it in the default home modules list. Enable EasyEffects in Desktop, Laptop, and default host configurations. Update flake.lock entries to newer revisions. Adjust Garand‑Laptop hardware.nix to nest hardware settings.
40 lines
584 B
Nix
40 lines
584 B
Nix
_: {
|
|
imports = [
|
|
./bash
|
|
./chromium
|
|
./fastfetch
|
|
./hyprland
|
|
./kitty
|
|
./librewolf
|
|
./noctalia
|
|
./scripts
|
|
./vscodium
|
|
./xdg
|
|
./zed
|
|
./anki.nix
|
|
./bat.nix
|
|
./btop.nix
|
|
./cava.nix
|
|
./easyeffects.nix
|
|
./emoji.nix
|
|
./eza.nix
|
|
./fzf.nix
|
|
./git.nix
|
|
./gtk.nix
|
|
./kdeConnect.nix
|
|
./lutris.nix
|
|
./nextcloud.nix
|
|
./obs-studio.nix
|
|
./onlyoffice.nix
|
|
./qt.nix
|
|
./ssh.nix
|
|
./starship.nix
|
|
./stylix.nix
|
|
./swappy.nix
|
|
./tealdeer.nix
|
|
./vesktop.nix
|
|
./virtmanager.nix
|
|
./zoxide.nix
|
|
];
|
|
}
|