Compare commits

...

2 Commits

2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -40,6 +40,7 @@ in {
alejandra
fzf
fastfetch
astroterm # Star map/planetarium
# Development
pkgs-unstable.code-cursor
@@ -78,6 +79,7 @@ in {
# Audio / Visual
loupe # Image viewer
pastel # generate, analyze, convert and manipulate colors
inkscape # Vector editor
krita # Image editor
kdePackages.kolourpaint # Simple Image editor
@@ -126,6 +128,9 @@ in {
"mv" = "mv -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
"jumpc" = "ssh prod-admin-jump1.infra.csbnet.se";
"jumpn" = "ssh prod-jump-got1.infra.brainmill.com";