some additions
This commit is contained in:
parent
b7ffa5e305
commit
46e51897ef
3 changed files with 11 additions and 1 deletions
|
@ -15,6 +15,12 @@
|
||||||
valentjn.vscode-ltex
|
valentjn.vscode-ltex
|
||||||
ms-vscode.cpptools
|
ms-vscode.cpptools
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
name = "doxdocgen";
|
||||||
|
publisher = "cschlosser";
|
||||||
|
version = "1.4.0";
|
||||||
|
sha256 = "sha256-InEfF1X7AgtsV47h8WWq5DZh6k/wxYhl2r/pLZz9JbU=";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "vsc-prolog";
|
name = "vsc-prolog";
|
||||||
publisher = "arthurwang";
|
publisher = "arthurwang";
|
||||||
|
@ -65,7 +71,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"prolog.executablePath" = "/nix/store/dqabj0wj4ffqd0f051xm6pdrrx928fpl-user-environment/bin/swipl";
|
"prolog.executablePath" = "/etc/profiles/per-user/leonv/bin/swipl";
|
||||||
"agdaMode.connection.agdaLanguageServer" = false;
|
"agdaMode.connection.agdaLanguageServer" = false;
|
||||||
"agdaMode.highlighting.getHighlightWithThemeColors" = false;
|
"agdaMode.highlighting.getHighlightWithThemeColors" = false;
|
||||||
"editor.unicodeHighlight.ambiguousCharacters" = false;
|
"editor.unicodeHighlight.ambiguousCharacters" = false;
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
time.hardwareClockInLocalTime = true;
|
||||||
|
|
||||||
i18n.supportedLocales = [
|
i18n.supportedLocales = [
|
||||||
"en_US.UTF-8/UTF-8"
|
"en_US.UTF-8/UTF-8"
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
home.homeDirectory = "/home/leonv";
|
home.homeDirectory = "/home/leonv";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
go
|
||||||
# theme for gtk applications
|
# theme for gtk applications
|
||||||
orchis-theme
|
orchis-theme
|
||||||
(catppuccin-gtk.override {
|
(catppuccin-gtk.override {
|
||||||
|
@ -60,6 +61,8 @@
|
||||||
ghostscript
|
ghostscript
|
||||||
jdk11
|
jdk11
|
||||||
gcc
|
gcc
|
||||||
|
gdb
|
||||||
|
doxygen
|
||||||
haskell.compiler.ghc981
|
haskell.compiler.ghc981
|
||||||
cabal-install
|
cabal-install
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
|
|
Loading…
Reference in a new issue