EdenQwQ/home/programs/desktop/default.nix
2025-06-17 16:22:07 +08:00

24 lines
327 B
Nix

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