updated nixpkgs-stable to 24.11; added beaver-notes flatpak

This commit is contained in:
William 2024-12-13 10:22:01 -03:00
parent ba6f554f29
commit a0c061377a
3 changed files with 6 additions and 5 deletions

8
flake.lock generated
View file

@ -480,16 +480,16 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1733384649,
"narHash": "sha256-K5DJ2LpPqht7K76bsxetI+YHhGGRyVteTPRQaIIKJpw=",
"lastModified": 1733808091,
"narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "190c31a89e5eec80dd6604d7f9e5af3802a58a13",
"rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.05",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
home-manager = {
url = "github:nix-community/home-manager/master";

View file

@ -74,6 +74,7 @@ in
services.flatpak = {
enable = true;
packages = [
"com.beavernotes.beavernotes"
"com.steamgriddb.SGDBoop"
"io.github.zen_browser.zen"
"org.gtk.Gtk3theme.adw-gtk3-dark"