Compare commits

...

3 Commits

3 changed files with 8 additions and 0 deletions

View File

@@ -134,6 +134,8 @@ in {
LC_PAPER = "sv_SE.UTF-8"; LC_PAPER = "sv_SE.UTF-8";
LC_TELEPHONE = "sv_SE.UTF-8"; LC_TELEPHONE = "sv_SE.UTF-8";
LC_TIME = "sv_SE.UTF-8"; LC_TIME = "sv_SE.UTF-8";
LC_ALL = "sv_SE.UTF-8";
LC_CTYPE = "sv_SE.UTF-8";
}; };
}; };

View File

@@ -59,6 +59,7 @@
"prettier.proseWrap" = "always"; "prettier.proseWrap" = "always";
"vsicons.dontShowNewVersionMessage" = true; "vsicons.dontShowNewVersionMessage" = true;
"redhat.telemetry.enabled" = false; "redhat.telemetry.enabled" = false;
"sonarlint.pathToNodeExecutable" = "/run/current-system/sw/bin/node";
# Cursor # Cursor
"cursor.cpp.enablePartialAccepts" = true; "cursor.cpp.enablePartialAccepts" = true;

View File

@@ -40,6 +40,7 @@ in {
alejandra alejandra
fzf fzf
fastfetch fastfetch
astroterm # Star map/planetarium
# Development # Development
pkgs-unstable.code-cursor pkgs-unstable.code-cursor
@@ -78,6 +79,7 @@ in {
# Audio / Visual # Audio / Visual
loupe # Image viewer loupe # Image viewer
pastel # generate, analyze, convert and manipulate colors
inkscape # Vector editor inkscape # Vector editor
krita # Image editor krita # Image editor
kdePackages.kolourpaint # Simple Image editor kdePackages.kolourpaint # Simple Image editor
@@ -126,6 +128,9 @@ in {
"mv" = "mv -v"; "mv" = "mv -v";
"rm" = "rm -v"; "rm" = "rm -v";
# Specific program abbreviations
"astroterm" = "astroterm --fps 60 --speed 60 --metadata --unicode --color --city Göteborg --label-thresh 1 --threshold 4";
# Work abbreviations # Work abbreviations
"jumpc" = "ssh prod-admin-jump1.infra.csbnet.se"; "jumpc" = "ssh prod-admin-jump1.infra.csbnet.se";
"jumpn" = "ssh prod-jump-got1.infra.brainmill.com"; "jumpn" = "ssh prod-jump-got1.infra.brainmill.com";