infrastructure/home/default.nix

16 lines
217 B
Nix

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