nix/users/albert/home.nix
2023-07-03 14:37:20 +09:00

10 lines
No EOL
243 B
Nix

{ config, pkgs, ... }: {
home.stateVersion = "23.05";
imports = [
./gnome-dconf.nix
../../common/dotfiles/git.nix
../../common/dotfiles/neovim.nix
../../common/dotfiles/bash.nix
../../common/dotfiles/firefox.nix
];
}