Skip to content

Commit

Permalink
Neovim config
Browse files Browse the repository at this point in the history
  • Loading branch information
hzmmohamed committed Nov 17, 2024
1 parent 9d1dba8 commit 6f07aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nixos/suites/development/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ options, config, lib, pkgs, ... }:
{ options, config, lib, pkgs, inputs, ... }:
with lib;
with lib.caramelmint;
let cfg = config.caramelmint.suites.development;
Expand Down Expand Up @@ -30,6 +30,7 @@ in {

home.extraOptions = {
home.packages = with pkgs; [
inputs.nv.packages.${pkgs.system}.default
distrobox
qgis-ltr

Expand Down

0 comments on commit 6f07aab

Please sign in to comment.