home: add python3, drop gnome-calculator

This commit is contained in:
Guanran Wang 2025-01-02 21:17:42 +08:00
parent 469379ebd2
commit 957dc920a4
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.python3 ];
# stolen from nickcao's flake
home.sessionVariables.PYTHONSTARTUP =
(pkgs.writeText "start.py" ''
import readline
readline.write_history_file = lambda *args: None
'').outPath;
}

View file

@ -36,7 +36,6 @@
fastfetch
fd
file-roller
gnome-calculator
hyperfine
libnotify
loupe