Compare commits
2 Commits
d3c4071dc1
...
74c4a48db8
Author | SHA1 | Date | |
---|---|---|---|
74c4a48db8 | |||
69d9144b20 |
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user