From 79072ec7e3cf475bca330476988a9374cf62b651 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Tue, 26 Nov 2024 20:17:40 +0200 Subject: [PATCH] Add codium with direnv and home-manager --- home/fhauser/applications/codium.nix | 12 ++++++++++++ home/fhauser/applications/default.nix | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 home/fhauser/applications/codium.nix diff --git a/home/fhauser/applications/codium.nix b/home/fhauser/applications/codium.nix new file mode 100644 index 0000000..c0aa60e --- /dev/null +++ b/home/fhauser/applications/codium.nix @@ -0,0 +1,12 @@ +{ pkgs, ... }: + +{ + programs.vscode = { + enable = true; + package = pkgs.vscodium; + extensions = with pkgs.vscode-extensions; [ + mkhl.direnv + jnoortheen.nix-ide + ]; + }; +} diff --git a/home/fhauser/applications/default.nix b/home/fhauser/applications/default.nix index 716b80c..abb3ae7 100644 --- a/home/fhauser/applications/default.nix +++ b/home/fhauser/applications/default.nix @@ -27,6 +27,7 @@ ./vim.nix ./waybar.nix ./webapps.nix + ./codium.nix ]; services = { @@ -78,7 +79,6 @@ ] ++ [ # Development - vscodium virt-manager modemmanager # TODO: makes sense here? modem-manager-gui