8 lines
No EOL
183 B
Nix
8 lines
No EOL
183 B
Nix
{ config, pkgs, ... }: {
|
|
home.stateVersion = "23.05";
|
|
imports = [
|
|
../../common/dotfiles/git.nix
|
|
../../common/dotfiles/neovim.nix
|
|
../../common/dotfiles/bash.nix
|
|
];
|
|
} |