mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-07 04:51:42 +00:00
sync
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{ lib, config, pkgs, ... }: {
|
{ lib, config, pkgs, ... }: {
|
||||||
|
|
||||||
home-manager.users."sstent" = {
|
|
||||||
home.username = "sstent";
|
home.username = "sstent";
|
||||||
home.homeDirectory = "/home/sstent";
|
home.homeDirectory = "/home/sstent";
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
@@ -35,7 +34,6 @@
|
|||||||
|
|
||||||
services.keybase.enable = true;
|
services.keybase.enable = true;
|
||||||
services.kbfs.enable = true;
|
services.kbfs.enable = true;
|
||||||
programs.home-manager.enable = true;
|
|
||||||
|
|
||||||
home.file.".mrconfig".source = configs/mrconfig;
|
home.file.".mrconfig".source = configs/mrconfig;
|
||||||
# xdg.configFile."beets/config.yaml".source = ./beets_config.yaml;
|
# xdg.configFile."beets/config.yaml".source = ./beets_config.yaml;
|
||||||
@@ -102,11 +100,11 @@ programs = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user = lib.mkIf config.wsl.enable {
|
systemd.user = {
|
||||||
|
|
||||||
startServices = true;
|
startServices = true;
|
||||||
|
|
||||||
services.ssh-proxy = lib.mkIf config.wsl.enable {
|
services.ssh-proxy = {
|
||||||
Unit = { Description = "WSL Proxy"; };
|
Unit = { Description = "WSL Proxy"; };
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
||||||
@@ -117,7 +115,8 @@ programs = {
|
|||||||
};
|
};
|
||||||
#Install = { WantedBy = [ "default.target" ]; };
|
#Install = { WantedBy = [ "default.target" ]; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
# homeage = {
|
# homeage = {
|
||||||
# # Absolute path to identity (created not through home-manager)
|
# # Absolute path to identity (created not through home-manager)
|
||||||
@@ -139,7 +138,7 @@ programs = {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
}; ### endf home-manager
|
# }; ### endf home-manager
|
||||||
|
|
||||||
|
|
||||||
#######If Gnome
|
#######If Gnome
|
||||||
@@ -194,4 +193,4 @@ programs = {
|
|||||||
|
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user