some fixes and new packages

This commit is contained in:
Maddie H 2023-09-27 08:46:49 +01:00
parent 78614bccb9
commit d85c6ef4a2
Signed by: maddie
GPG Key ID: C296DE8C9053683F
5 changed files with 6 additions and 3 deletions

View File

@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1692808169, "lastModified": 1693028636,
"narHash": "sha256-x9Opq06rIiwdwGeK2Ykj69dNc2IvUH1fY55Wm7atwrE=", "narHash": "sha256-WOG42JO/yyvgYK3jQktDEy2qtZI7R+s3Lo4Y9gBr6XM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9201b5ff357e781bf014d0330d18555695df7ba8", "rev": "e61ea96d43505ba0d2c066134eb9d67cadfddce7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -2,6 +2,8 @@
let let
packages = ps: with ps; [ packages = ps: with ps; [
numpy
matplotlib
tkinter tkinter
pillow pillow
psycopg psycopg

0
maddie/nixos/dmenu/dmenu-code Executable file → Normal file
View File

0
maddie/nixos/dmenu/dmenu-man Executable file → Normal file
View File

View File

@ -57,6 +57,7 @@
# Learning # Learning
"anki" "anki"
"obsidian"
# Tools # Tools
"boop" "boop"