From f5245e6450b3a2e6c4677c717d26a832cbaa4fc1 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 19 Sep 2024 16:51:53 +0200 Subject: [PATCH] Install comma. Remove unused programs. --- home/common/devel.nix | 3 +-- home/dln/home.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home/common/devel.nix b/home/common/devel.nix index 416471c..3a49ea3 100644 --- a/home/common/devel.nix +++ b/home/common/devel.nix @@ -6,6 +6,7 @@ cargo clang codeium + comma dogdns gnumake go @@ -19,10 +20,8 @@ prettierd rust-analyzer rustc - sqlite stylua tree-sitter - zig ]; home.sessionVariables = { diff --git a/home/dln/home.nix b/home/dln/home.nix index 1b6c51f..c7e9ab4 100644 --- a/home/dln/home.nix +++ b/home/dln/home.nix @@ -41,7 +41,7 @@ in }; git = { - push-branch-prefix = "dln/push-" + push-branch-prefix = "dln/push-"; }; ui = {