diff options
author | Ben Sima <ben@bsima.me> | 2020-04-03 21:12:54 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-03 21:12:54 -0700 |
commit | d5025c552911b29bb8f2250c5b4aa1f9917a68e4 (patch) | |
tree | 6f5f73f8ab6f1386a2c86981f98c2253c44e745d /Com/Simatime/Dev | |
parent | 49908f6e7662c6ad0479e53b6176e5e06b78734b (diff) |
Add wemux to the dev machine
I also had to refactor the overlays stuff a bit, but it is much nicer now.
Diffstat (limited to 'Com/Simatime/Dev')
-rw-r--r-- | Com/Simatime/Dev/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Com/Simatime/Dev/configuration.nix b/Com/Simatime/Dev/configuration.nix index d6b3f4b..96a5b89 100644 --- a/Com/Simatime/Dev/configuration.nix +++ b/Com/Simatime/Dev/configuration.nix @@ -51,6 +51,8 @@ in { fira fira-code fira-code-symbols ]; + environment.systemPackages = [ pkgs.wemux ]; + nixpkgs = { config = { allowUnfree = true; |