flake/users/guanranwang/home-manager/nixos/presets/desktop.nix

21 lines
356 B
Nix
Raw Normal View History

{...}: {
2023-10-16 16:26:06 +08:00
imports = [
2023-11-05 17:21:37 +08:00
../..
../../resources/terms/alacritty.nix
../../resources/shell/fish.nix
../../resources/shell/bash.nix
../../resources/editor/helix.nix
../../resources/editor/neovim.nix
../../resources/editor/vscode.nix
2023-10-16 16:26:06 +08:00
../home.nix
../dotfiles.nix
../fonts.nix
2023-10-16 16:26:06 +08:00
../i18n.nix
2023-11-05 17:21:37 +08:00
../wm
2023-10-16 16:26:06 +08:00
../xdg
];
}