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