Change starship prompt, update inputs, add nvidia module
This commit is contained in:
parent
bd5a2e3ec5
commit
7730cbef59
9 changed files with 93 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue