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