Compare commits

...

2 Commits

Author SHA1 Message Date
9ce15b7fae more calculators 2023-11-06 16:11:24 +01:00
53060541d5 fix caret on fox layout 2023-11-06 16:10:56 +01:00
2 changed files with 8 additions and 2 deletions

View File

@ -38,7 +38,12 @@ in
arp-scan arp-scan
acpi acpi
julia-bin julia-bin
python3 (python3.withPackages (ps: with ps; [
ipython
matplotlib
numpy
scipy
]))
hpkgs.ghc hpkgs.ghc
firefox firefox
sxiv sxiv
@ -84,6 +89,7 @@ in
texlive.combined.scheme-full texlive.combined.scheme-full
cornelis cornelis
zulip zulip
rink
]; ];
stateVersion = "23.05"; stateVersion = "23.05";
}; };

View File

@ -14,7 +14,7 @@ xkb_symbols "fox" {
key <AE08> {[ 8, U1F449, ifonlyif, U1F97A ]}; key <AE08> {[ 8, U1F449, ifonlyif, U1F97A ]};
key <AE09> {[ 9, U1F448, implies, therefore ]}; key <AE09> {[ 9, U1F448, implies, therefore ]};
key <AE10> {[ 0, equal, notequal, approximate ]}; key <AE10> {[ 0, equal, notequal, approximate ]};
key <AE11> {[ plus, asterisk, caret, underscore ]}; key <AE11> {[ plus, asterisk, asciicircum, underscore ]};
key <AE12> {[ minus, slash, bar, backslash ]}; key <AE12> {[ minus, slash, bar, backslash ]};
key <AD01> {[ aring, Aring, U1F4EE, Sinh_ng2 ]}; key <AD01> {[ aring, Aring, U1F4EE, Sinh_ng2 ]};