From 45814e6fc355c00070ff486c572a4fde260d9e06 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Jul 2021 11:42:19 -0600 Subject: [PATCH] [NixOS] Add quill to minimal --- nixos/machines/adele.nix | 2 +- nixos/minimal.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/machines/adele.nix b/nixos/machines/adele.nix index 5596457f..ee8f2739 100644 --- a/nixos/machines/adele.nix +++ b/nixos/machines/adele.nix @@ -6,7 +6,7 @@ { imports = [ - ../configuration.nix + ../minimal.nix ]; system.stateVersion = "20.03"; diff --git a/nixos/minimal.nix b/nixos/minimal.nix index d1b70150..ead98539 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -181,6 +181,7 @@ librsvg ic-keysmith + quill ]; programs.zsh.enable = true;