Enable Peaclock in the user’s home configuration and add a new `wrappers` input to the flake. System‑level Peaclock references are commented out, and default and digital config files for Peaclock are included.
45 lines
701 B
Nix
45 lines
701 B
Nix
{host, ...}: let
|
|
inherit (import ../../hosts/${host}/variables.nix) waybarChoice;
|
|
in {
|
|
imports = [
|
|
./bash
|
|
./chromium
|
|
./fastfetch
|
|
./hyprland
|
|
./kitty
|
|
./librewolf
|
|
./peaclock
|
|
./rofi
|
|
./scripts
|
|
./swaync
|
|
./vscodium
|
|
waybarChoice
|
|
./wlogout
|
|
./xdg
|
|
./zed
|
|
./anki.nix
|
|
./bat.nix
|
|
./btop.nix
|
|
./cava.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
|
|
];
|
|
}
|