Compare commits
No commits in common. "5f3c337091d5c54374e59d86a5b96fbee3c2db10" and "ea3338ea5dac4f697c2c5904ec342a1ab62e716d" have entirely different histories.
5f3c337091
...
ea3338ea5d
|
@ -26,7 +26,6 @@
|
||||||
++ [(import ./scripts)] # personal scripts
|
++ [(import ./scripts)] # personal scripts
|
||||||
++ [(import ./spotify.nix)]
|
++ [(import ./spotify.nix)]
|
||||||
++ [(import ./starship.nix)] # shell prompt
|
++ [(import ./starship.nix)] # shell prompt
|
||||||
++ [(import ./libreoffice.nix)]
|
|
||||||
++ [(import ./qt.nix)]
|
++ [(import ./qt.nix)]
|
||||||
++ [(import ./vscodium.nix)] # vscode forck
|
++ [(import ./vscodium.nix)] # vscode forck
|
||||||
++ [(import ./waybar)] # status bar
|
++ [(import ./waybar)] # status bar
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
libreoffice
|
|
||||||
hunspell
|
|
||||||
hunspellDicts.en_US
|
|
||||||
hunspellDicts.en_GB-ise
|
|
||||||
hunspellDicts.es_ES
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -24,6 +24,7 @@
|
||||||
inkscape
|
inkscape
|
||||||
kleopatra # Gpg GUI
|
kleopatra # Gpg GUI
|
||||||
lazygit
|
lazygit
|
||||||
|
libreoffice
|
||||||
nemo-with-extensions # file manager
|
nemo-with-extensions # file manager
|
||||||
jq
|
jq
|
||||||
nitch # systhem fetch util
|
nitch # systhem fetch util
|
||||||
|
@ -56,7 +57,6 @@
|
||||||
python3
|
python3
|
||||||
|
|
||||||
cmatrix
|
cmatrix
|
||||||
caligula
|
|
||||||
gparted # partition manager
|
gparted # partition manager
|
||||||
ffmpeg
|
ffmpeg
|
||||||
imv # image viewer
|
imv # image viewer
|
||||||
|
|
|
@ -65,7 +65,18 @@
|
||||||
"editor.mouseWheelZoom" = true;
|
"editor.mouseWheelZoom" = true;
|
||||||
|
|
||||||
"C_Cpp.autocompleteAddParentheses" = true;
|
"C_Cpp.autocompleteAddParentheses" = true;
|
||||||
"C_Cpp.formatting" = "clangFormat";
|
"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.intelliSenseCacheSize" = 2048;
|
"C_Cpp.intelliSenseCacheSize" = 2048;
|
||||||
"C_Cpp.intelliSenseMemoryLimit" = 2048;
|
"C_Cpp.intelliSenseMemoryLimit" = 2048;
|
||||||
"C_Cpp.default.browse.path" = [
|
"C_Cpp.default.browse.path" = [
|
||||||
|
|
Loading…
Reference in a new issue