infrastructure/hosts/neodymium/home/default.nix

15 lines
216 B
Nix
Raw Normal View History

2023-04-08 13:53:58 +00:00
{ inputs, pkgs, config, lib, self, ... }: {
config.home.stateVersion = "22.11";
imports = [
./packages.nix
./alacritty
./discord
./firefox
./gtk
./shell
./vscode
./wayland
];
}