use haumea for homeProfiles

This commit is contained in:
xunuwu 2025-06-06 13:39:38 +02:00
parent 383d9f878e
commit 9d5414f614
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 57 additions and 55 deletions

View file

@ -4,20 +4,20 @@
pkgs,
...
}: {
imports = map (x: homeProfiles + x) [
/cli/xdg.nix
/cli/comma.nix
imports = with homeProfiles; [
cli.xdg
cli.comma
/programs/nvim.nix
/programs/foot.nix
programs.nvim
programs.foot
/desktop/xdg-portals.nix
/desktop/sway/default.nix
desktop.xdg-portals
desktop.sway.default
/programs/mpv.nix
programs.mpv
/services/playerctl.nix
/services/polkit-agent.nix
services.playerctl
services.polkit-agent
];
wayland.windowManager.sway.config.output."HDMI-A-1".scale = "2.0";