flake/users/guanranwang/home-manager/nixos/presets/desktop.nix
2023-10-16 16:26:06 +08:00

15 lines
No EOL
157 B
Nix

{ ... }:
{
imports = [
../../common/home.nix
../home.nix
../dotfiles.nix
../i18n.nix
../sway.nix
../waybar.nix
../xdg
];
}