2023-07-01 09:48:31 +02:00
|
|
|
{ config, pkgs, ... }: {
|
2023-07-01 12:05:12 +02:00
|
|
|
home.stateVersion = "23.05";
|
2023-07-01 12:01:20 +02:00
|
|
|
imports = [
|
|
|
|
../../common/dotfiles/git.nix
|
2023-07-01 14:25:07 +02:00
|
|
|
../../common/dotfiles/neovim.nix
|
2023-07-01 12:13:08 +02:00
|
|
|
../../common/dotfiles/bash.nix
|
2023-07-01 12:01:20 +02:00
|
|
|
];
|
2023-07-01 12:05:12 +02:00
|
|
|
}
|