Compare commits
3 commits
ea3338ea5d
...
5f3c337091
Author | SHA1 | Date | |
---|---|---|---|
|
5f3c337091 | ||
|
329843cd0e | ||
|
5725eb3cba |
|
@ -26,6 +26,7 @@
|
|||
++ [(import ./scripts)] # personal scripts
|
||||
++ [(import ./spotify.nix)]
|
||||
++ [(import ./starship.nix)] # shell prompt
|
||||
++ [(import ./libreoffice.nix)]
|
||||
++ [(import ./qt.nix)]
|
||||
++ [(import ./vscodium.nix)] # vscode forck
|
||||
++ [(import ./waybar)] # status bar
|
||||
|
|
9
modules/home/libreoffice.nix
Normal file
9
modules/home/libreoffice.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.en_GB-ise
|
||||
hunspellDicts.es_ES
|
||||
];
|
||||
}
|
|
@ -24,7 +24,6 @@
|
|||
inkscape
|
||||
kleopatra # Gpg GUI
|
||||
lazygit
|
||||
libreoffice
|
||||
nemo-with-extensions # file manager
|
||||
jq
|
||||
nitch # systhem fetch util
|
||||
|
@ -57,6 +56,7 @@
|
|||
python3
|
||||
|
||||
cmatrix
|
||||
caligula
|
||||
gparted # partition manager
|
||||
ffmpeg
|
||||
imv # image viewer
|
||||
|
|
|
@ -65,18 +65,7 @@
|
|||
"editor.mouseWheelZoom" = true;
|
||||
|
||||
"C_Cpp.autocompleteAddParentheses" = true;
|
||||
"C_Cpp.formatting" = "vcFormat";
|
||||
"C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyFunction" = true;
|
||||
"C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyType" = true;
|
||||
"C_Cpp.vcFormat.space.beforeEmptySquareBrackets" = true;
|
||||
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block" = "sameLine";
|
||||
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function" = "sameLine";
|
||||
"C_Cpp.vcFormat.newLine.beforeElse" = false;
|
||||
"C_Cpp.vcFormat.newLine.beforeCatch" = false;
|
||||
"C_Cpp.vcFormat.newLine.beforeOpenBrace.type" = "sameLine";
|
||||
"C_Cpp.vcFormat.space.betweenEmptyBraces" = true;
|
||||
"C_Cpp.vcFormat.space.betweenEmptyLambdaBrackets" = true;
|
||||
"C_Cpp.vcFormat.indent.caseLabels" = true;
|
||||
"C_Cpp.formatting" = "clangFormat";
|
||||
"C_Cpp.intelliSenseCacheSize" = 2048;
|
||||
"C_Cpp.intelliSenseMemoryLimit" = 2048;
|
||||
"C_Cpp.default.browse.path" = [
|
||||
|
|
Loading…
Reference in a new issue