flake/users/guanranwang/home-manager/nixos/presets/desktop.nix
2023-11-05 20:50:08 +08:00

24 lines
431 B
Nix

{...}: {
imports = [
../..
../../resources/terms/alacritty.nix
../../resources/shell/fish.nix
../../resources/shell/bash.nix
../../resources/editor/helix.nix
../../resources/editor/neovim.nix
../../resources/editor/vscode.nix
../browser/chromium.nix
../browser/librewolf.nix
../home.nix
../dotfiles.nix
../fonts.nix
../i18n.nix
../theme.nix
../wm
../xdg
];
}