Change starship prompt, update inputs, add nvidia module

This commit is contained in:
DashieTM 2024-08-19 20:52:00 +02:00
parent bd5a2e3ec5
commit 7730cbef59
9 changed files with 93 additions and 25 deletions

View file

@ -17,6 +17,14 @@
Enables dashvim package.
'';
};
jetbrains = lib.mkOption {
default = false;
example = true;
type = lib.types.bool;
description = ''
Enables jetbrains toolbox.
'';
};
};
};
@ -26,6 +34,7 @@
colorscheme = config.mods.stylix.colorscheme;
};
home.packages = with pkgs; [
(lib.mkIf config.mods.coding.jetbrains jetbrains-toolbox)
#basics
gitui
gcc