infrastructure/hosts/neodymium/home/default.nix
2023-04-14 22:42:43 +02:00

15 lines
216 B
Nix

{ inputs, pkgs, config, lib, self, ... }: {
config.home.stateVersion = "22.11";
imports = [
./packages.nix
./alacritty
./discord
./firefox
./gtk
./shell
./vscode
./wayland
];
}