home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7870e7c82a395a494f86f11852a945cb8330a06e
parent 507bb17ea62733dc607258895411c94546fdacc1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  9 Dec 2018 16:56:53 +0100

hokkaido: it's now a server…

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/hokkaido.nix | 10+---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -4,18 +4,10 @@ imports = [ ./base.nix ]; - profiles.laptop.enable = true; + profiles.emacs = { daemonService = false; }; profiles.dev = { go.enable = true; - js.enable = true; - java.enable = true; - python.enable = true; - rust.enable = true; - vscode.enable = true; }; profiles.containers.enable = true; profiles.media.enable = true; - home.packages = with pkgs; [ - google-chrome - ]; }