diff --git a/flake.lock b/flake.lock index 8cd1162..b093702 100644 --- a/flake.lock +++ b/flake.lock @@ -242,11 +242,11 @@ ] }, "locked": { - "lastModified": 1737394973, - "narHash": "sha256-EW4oXMfnfA5sNM9Jqm+y98horWVvN66Gu7YIcEpFYZc=", + "lastModified": 1737299337, + "narHash": "sha256-0NBrY2A7buujKmeCbieopOMSbLxTu8TFcTLqAbTnQDw=", "owner": "nix-community", "repo": "home-manager", - "rev": "9786661d57c476021c8a0c3e53bf9fa2b4f3328b", + "rev": "f8ef4541bb8a54a8b52f19b52912119e689529b3", "type": "github" }, "original": { @@ -342,11 +342,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1737373716, - "narHash": "sha256-GRI9WugYv8QlnhZlINfY8gHIR+xn/AsEXhQP3+FjUh0=", + "lastModified": 1737325400, + "narHash": "sha256-B8+1x5rDA9GtzX+LWlceIbLBwncKH5uDrGqEN0EoOQw=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "5aa5e53601ff1d93ae6b4dc6f833c73fc8de6466", + "rev": "aad9ae8e2b07ed5d37743f3ae87c42528e2d172c", "type": "github" }, "original": { @@ -375,11 +375,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1737370409, - "narHash": "sha256-khoHHrpP/yArGEm94H/GtZytGzfJECsAEGmB9DLWb7M=", + "lastModified": 1737211438, + "narHash": "sha256-XPcV2rV7Vy7lLeZMhTOwd0t/sRwNquXI7CH7+3Aftt0=", "owner": "YaLTeR", "repo": "niri", - "rev": "7f025da5b6edb1d77e785ba6a6450ab10788ad8f", + "rev": "818248457210f5101459ea7d7066d12c456c8a97", "type": "github" }, "original": { @@ -411,11 +411,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1737401148, - "narHash": "sha256-8YfoGyE89rWpG6NjCmYrJeV8EPAKvnZf2lN402WbC/A=", + "lastModified": 1737274611, + "narHash": "sha256-tmD7875tu1P0UvhI3Q/fXvIe8neJo7H9ZrPQ+QF7Q3E=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7ceed4f800bec4c12c9b21c54bb76cb28a80e259", + "rev": "50165c4f7eb48ce82bd063e1fb8047a0f515f8ce", "type": "github" }, "original": { @@ -500,11 +500,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1737385899, - "narHash": "sha256-/zyvdstDpPhc5lhFMtKgyQdU2oXGXDb0cg4BY91NKvg=", + "lastModified": 1737308837, + "narHash": "sha256-Sro74XNFgGgIIW4uo/YSVGafZhKnZwPLJNBvMsgpl4k=", "owner": "nix-community", "repo": "nixvim", - "rev": "115994f18e439a1cca9cdaaf15c004870256814d", + "rev": "8fb2fe22c237b25b8af346870e126fdaeaff688b", "type": "github" }, "original": { @@ -626,11 +626,11 @@ ] }, "locked": { - "lastModified": 1737411508, - "narHash": "sha256-j9IdflJwRtqo9WpM0OfAZml47eBblUHGNQTe62OUqTw=", + "lastModified": 1737107480, + "narHash": "sha256-GXUE9+FgxoZU8v0p6ilBJ8NH7k8nKmZjp/7dmMrCv3o=", "owner": "Mic92", "repo": "sops-nix", - "rev": "015d461c16678fc02a2f405eb453abb509d4e1d4", + "rev": "4c4fb93f18b9072c6fa1986221f9a3d7bf1fe4b6", "type": "github" }, "original": { diff --git a/home/niri/default.nix b/home/niri/default.nix index f74bcb3..9aa8636 100644 --- a/home/niri/default.nix +++ b/home/niri/default.nix @@ -32,7 +32,6 @@ in ]; } { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } - { command = [ "wl-paste" "--watch" "cliphist" "store"]; } ]; hotkey-overlay.skip-at-startup = true; @@ -52,11 +51,11 @@ in }; layout = { - gaps = 0; + gaps = 4; focus-ring = { width = 4; - active.color = "#4c7899"; - inactive.color = "#333333"; + active.color = "#00000055"; + inactive.color = "#505050"; }; always-center-single-column = true; border.enable = false; diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 8624bdf..6d34814 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -102,7 +102,6 @@ seahorse github-cli fuzzel - nixpkgs-review ]; programs.waybar.enable = true; diff --git a/hosts/chunk/element.nix b/hosts/chunk/element.nix index 81ab246..958666e 100644 --- a/hosts/chunk/element.nix +++ b/hosts/chunk/element.nix @@ -7,12 +7,9 @@ virtualisation.oci-containers.containers.element = { image = "vectorim/element-web"; autoStart = true; - ports = [ "127.0.0.1:8089:8089" ]; + ports = [ "127.0.0.1:8089:80" ]; pull = "newer"; networks = [ "element-net" ]; - environment = { - ELEMENT_WEB_PORT = "8089"; - }; }; systemd.services.create-element-net = {