home

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

commit 1ccab1324ef43be082463a7065d5bfaf1974bc5b
parent 5675e51aec2a061a954120383fc12fe19feb381e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  7 Feb 2019 13:41:11 +0100

hokkaido: back to a laptop profile

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

Diffstat:
Mmachines/hokkaido.nix | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -2,11 +2,13 @@ imports = [ ./base.nix ]; - profiles.emacs = { daemonService = false; }; + profiles.laptop.enable = true; profiles.dev = { go.enable = true; + rust.enable = true; }; profiles.gpg.enable = true; profiles.containers.enable = true; profiles.media.enable = true; + programs.podman.enable = true; }