htran work mbp: +slack :D

top-level-wip
Hung 2023-02-04 14:48:08 -07:00
parent c6a69029d7
commit 27ed93d41e
3 changed files with 10 additions and 1 deletions

View File

@ -68,3 +68,8 @@ Host dev0
HostName 10.100.200.230
User root
Port 22
Host dev1
HostName 10.100.200.220
User htran
Port 22

View File

@ -14,7 +14,7 @@ in
'';
};
};
config = lib.mkIf cfg.enable {
config = lib.mkIf (cfg.enable) {
# home.packages = [pkgs.ungoogled-chromium];
programs.chromium = {
enable = true;

View File

@ -171,6 +171,10 @@
inherit pkgs;
modules = base.modules ++ [
./home.nix
./base/productive_desktop.nix
{
base.private_chromium.enable = false;
}
{
base.graphics.enable = false;
# don't want to deal with GL stuffs on mac yet :/