EdenQwQ/home/programs/desktop/default.nix
2025-04-24 23:05:33 +08:00

20 lines
269 B
Nix

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