feat: Add host sydpc

My, this is a lot TwT.  Much work was batched as part of the transition from
guix-rebound to nixos-testbed/sydpc.

- Discord/Vesktop module & config.
- Syncthing setup.
- Assorted Emacs changes.
- Waybar config.
- Niri config.
- Steam config.
- Some MPD.
- Stylix config.
- Files/Impermanence things.
- Enable Ghostty.
- God knows what else.
This commit is contained in:
Madeleine Sydney
2025-03-17 12:34:26 -06:00
parent 4464e7cec1
commit c48a93ad10
40 changed files with 2632 additions and 179 deletions

View File

@@ -14,7 +14,6 @@
homeConfiguration = { config, lib, pkgs, ... }: {
imports = [
# ./programs.nix
./files.nix
];
@@ -22,8 +21,8 @@
xdg.enable = true;
# Not yet in my version of HM.
# xdg.preferXdgDirectories = true;
qt.style.name = "breeze-dark";
qt.style.package = pkgs.libsForQt5.breeze-qt5;
# qt.style.name = "breeze-dark";
# qt.style.package = pkgs.libsForQt5.breeze-qt5;
sydnix = {
gpg.enable = true;
@@ -42,7 +41,12 @@
mpd.enable = true;
nvim.enable = true;
emacs.enable = true;
niri.enable = true;
waybar.enable = true;
discord.enable = true;
ghostty.enable = true;
};
steam.enable = true;
};
# Don't touch!