update nixpkgs and other stuff

This commit is contained in:
Tasia Iso 2024-06-28 10:53:34 +02:00
parent 5e2d1f4532
commit 7a0a828930
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
3 changed files with 16 additions and 10 deletions

View file

@ -59,11 +59,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1718835956,
"narHash": "sha256-wM9v2yIxClRYsGHut5vHICZTK7xdrUGfrLkXvSuv6s4=",
"lastModified": 1719426051,
"narHash": "sha256-yJL9VYQhaRM7xs0M867ZFxwaONB9T2Q4LnGo1WovuR4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dd457de7e08c6d06789b1f5b88fc9327f4d96309",
"rev": "89c49874fb15f4124bf71ca5f42a04f2ee5825fd",
"type": "github"
},
"original": {
@ -116,11 +116,11 @@
},
"stable": {
"locked": {
"lastModified": 1718835956,
"narHash": "sha256-wM9v2yIxClRYsGHut5vHICZTK7xdrUGfrLkXvSuv6s4=",
"lastModified": 1719426051,
"narHash": "sha256-yJL9VYQhaRM7xs0M867ZFxwaONB9T2Q4LnGo1WovuR4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dd457de7e08c6d06789b1f5b88fc9327f4d96309",
"rev": "89c49874fb15f4124bf71ca5f42a04f2ee5825fd",
"type": "github"
},
"original": {

View file

@ -91,17 +91,13 @@
amfora
# dive
# android-tools
# endless-sky
# gnucash
# obs-studio
# kdenlive
# wireshark
# android-studio
# swig
# radicle-cli
# hurl https://github.com/Orange-OpenSource/hurl
# revolt-desktop
];
# The state version is required and should stay at the version you

View file

@ -104,6 +104,16 @@ in {
sherlock
whois
android-tools
ripgrep
lsd
viu
logseq
android-studio
];
fonts.packages = with pkgs; [
(nerdfonts.override {fonts = ["CascadiaCode"];})
];
programs.adb.enable = true;