From a06edbdeb11801aab5b04700efeeae83701c4be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 27 Feb 2024 16:44:25 +0100 Subject: [PATCH] upd. --- configuration.nix | 7 +++++++ flake.lock | 12 ++++++------ home-manager/home.nix | 7 +++++++ 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index ab309b2..d7829f5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,6 +45,13 @@ nix.settings.trusted-users = [ "root" "valberg" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + + # Enable avahi + services.avahi = { + enable = true; + nssmdns4 = true; + }; + # Enable the X11 windowing system. services.xserver.enable = true; diff --git a/flake.lock b/flake.lock index 97750a9..c1699d9 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1708591310, - "narHash": "sha256-8mQGVs8JccWTnORgoLOTh9zvf6Np+x2JzhIc+LDcJ9s=", + "lastModified": 1708806879, + "narHash": "sha256-MSbxtF3RThI8ANs/G4o1zIqF5/XlShHvwjl9Ws0QAbI=", "owner": "nix-community", "repo": "home-manager", - "rev": "0e0e9669547e45ea6cca2de4044c1a384fd0fe55", + "rev": "4ee704cb13a5a7645436f400b9acc89a67b9c08a", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1708475490, - "narHash": "sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU=", + "lastModified": 1708807242, + "narHash": "sha256-sRTRkhMD4delO/hPxxi+XwLqPn8BuUq6nnj4JqLwOu0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0e74ca98a74bc7270d28838369593635a5db3260", + "rev": "73de017ef2d18a04ac4bfd0c02650007ccb31c2a", "type": "github" }, "original": { diff --git a/home-manager/home.nix b/home-manager/home.nix index 683be0e..80a5e9d 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -12,6 +12,13 @@ python311Packages.virtualenv pipx zoxide + ruff + gnomeExtensions.forge + + rustc + cargo + gcc + rust-jemalloc-sys ]; }