update nixpkgs and other stuff
This commit is contained in:
parent
5e2d1f4532
commit
7a0a828930
12
flake.lock
12
flake.lock
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue