diff --git a/home-manager/default.nix b/home-manager/default.nix index 24dd73b..00623ed 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -101,7 +101,7 @@ in inkscape guvcview vnstat - gnome.gedit + gedit pwgen nixpkgs-fmt diff --git a/home-manager/modules/gpg.nix b/home-manager/modules/gpg.nix index 3d28f1c..91e4a33 100644 --- a/home-manager/modules/gpg.nix +++ b/home-manager/modules/gpg.nix @@ -1,7 +1,6 @@ { services.gpg-agent = { enable = true; - pinentryFlavor = "gtk2"; }; } diff --git a/modules/avahi.nix b/modules/avahi.nix index 8bc3c42..c59aab2 100644 --- a/modules/avahi.nix +++ b/modules/avahi.nix @@ -1,6 +1,6 @@ { services.avahi = { - nssmdns = true; + nssmdns4 = true; enable = true; ipv4 = true; ipv6 = true; diff --git a/nix/sources.json b/nix/sources.json index 059c585..69278ab 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,14 +1,14 @@ { "home-manager": { - "branch": "release-23.11", + "branch": "release-24.05", "description": "Manage a user environment using Nix [maintainer=@rycee] ", "homepage": "https://nix-community.github.io/home-manager/", "owner": "nix-community", "repo": "home-manager", - "rev": "aeb2232d7a32530d3448318790534d196bf9427a", - "sha256": "16078fwcmqq41dqfnm124xxm8l6zykvqlj1kzgi0fvfil4y86slm", + "rev": "845a5c4c073f74105022533907703441e0464bc3", + "sha256": "0l3pcd38p4iq46ipc5h3cw7wmr9h8rbn34h8a5a4v8hcl21s8r5x", "type": "tarball", - "url": "https://github.com/nix-community/home-manager/archive/aeb2232d7a32530d3448318790534d196bf9427a.tar.gz", + "url": "https://github.com/nix-community/home-manager/archive/845a5c4c073f74105022533907703441e0464bc3.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": { @@ -17,10 +17,10 @@ "homepage": "https://github.com/nmattia/niv", "owner": "nmattia", "repo": "niv", - "rev": "6bd7cd686220bf3db0e212481faf9578e8c8ff0f", - "sha256": "15claxlj6y15db67qc7kb4vzyn6sv7r13z4q502vq7a4z2488z94", + "rev": "f7c538837892dd2eb83567c9f380a11efb59b53f", + "sha256": "0xl33k24vfc29cg9lnp95kvcq69qbq5fzb7jk9ig4lgrhaarh651", "type": "tarball", - "url": "https://github.com/nmattia/niv/archive/6bd7cd686220bf3db0e212481faf9578e8c8ff0f.tar.gz", + "url": "https://github.com/nmattia/niv/archive/f7c538837892dd2eb83567c9f380a11efb59b53f.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }