From 533f950545f83aa3d46aa8581dd4b2f1307b6f23 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 28 Nov 2021 22:18:59 -0500 Subject: [PATCH] Added cmake. Cause that wasn't included? --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index ca9f109..0331480 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,7 @@ home.username = "james"; home.homeDirectory = "/home/james"; - home.packages = with pkgs; [ emacs wofi i3 zsh kitty tmux ]; + home.packages = with pkgs; [ emacs cmake i3 zsh tmux ]; # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage