dotfiles/configuration/wsl2/default.nix

12 lines
260 B
Nix
Raw Normal View History

2022-09-27 17:30:42 +00:00
{ config, lib, pkgs, ... }:
{
imports = [
../../home-manager/modules/common.nix
2022-09-27 17:30:42 +00:00
../../home-manager/modules/git.nix
../../home-manager/modules/home-manager.nix
../../home-manager/modules/tmux.nix
../../home-manager/modules/zsh.nix
];
}