update
This commit is contained in:
@@ -11,10 +11,19 @@
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.default
|
||||
../../modules/nixos/user.nix
|
||||
../../modules/nixos/postgres.nix
|
||||
];
|
||||
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "mthomson";
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "mthomson";
|
||||
startMenuLaunchers = true;
|
||||
wslConf = {
|
||||
network = {
|
||||
generateResolvConf = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "wsl";
|
||||
|
||||
@@ -22,6 +31,7 @@
|
||||
git
|
||||
wget
|
||||
vim
|
||||
dconf
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/home-manager/git.nix
|
||||
../../modules/home-manager/stylix.nix
|
||||
../../modules/home-manager/nixcats
|
||||
../../modules/home-manager/zsh.nix
|
||||
../../modules/home-manager/tmux.nix
|
||||
@@ -12,6 +13,9 @@
|
||||
../../modules/home-manager/jq.nix
|
||||
../../modules/home-manager/lazygit.nix
|
||||
../../modules/home-manager/man.nix
|
||||
../../modules/home-manager/emacs
|
||||
../../modules/home-manager/syncthing.nix
|
||||
../../modules/home-manager/bitwarden.nix
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/home/mthomson";
|
||||
@@ -19,6 +23,8 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gcc
|
||||
openconnect
|
||||
wsl-vpnkit
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user