EdenQwQ/home/programs/desktop/default.nix
2025-08-06 22:24:33 +08:00

25 lines
347 B
Nix

{ inputs, pkgs, ... }:
{
imports = [
./tofi.nix
./fonts.nix
./mako.nix
./niri
./swhkd.nix
./scroll
./mango
];
home.packages = with pkgs; [
swww
swaybg
kanshi
wlsunset
wayneko
xwayland-satellite
wmname
];
home.file."scripts" = {
source = ./scripts;
recursive = true;
};
}