commit 779a944048019c70bcd14f3544a1a33cf321a620
parent a09fd853ea2217adbab8d633430b6872ec4ac3d8
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 19 May 2019 09:54:04 +0200
hokkaido: enable dev (and remove envsubst from fedora)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/machines/base.fedora.nix b/machines/base.fedora.nix
@@ -15,7 +15,6 @@
direnv
enchive
entr
- envsubst
exa
fd
htop
diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix
@@ -6,6 +6,9 @@
];
xdg.configFile."user-dirs.dirs".source = ../modules/profiles/assets/xorg/user-dirs.dirs;
profiles.finances.enable = true;
+ profiles.dev = {
+ enable = true;
+ };
profiles.emacs = {
enable = true;
texlive = false;