diff --git a/flake.lock b/flake.lock index 52bd673..a2c1867 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1684484967, - "narHash": "sha256-P3ftCqeJmDYS9LSr2gGC4XGGcp5vv8TOasJX6fVHWsw=", + "lastModified": 1684596126, + "narHash": "sha256-4RZZmygeEXpuBqEXGs38ZAcWjWKGwu13Iqbxub6wuJk=", "owner": "nix-community", "repo": "home-manager", - "rev": "b9a52ad20e58ebd003444915e35e3dd2c18fc715", + "rev": "27ef11f0218d9018ebb2948d40133df2b1de622d", "type": "github" }, "original": { @@ -43,11 +43,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1684332077, - "narHash": "sha256-briamwodIZsYolceEjX41mqw/VkKiHuIEprw0u5wioY=", + "lastModified": 1684610121, + "narHash": "sha256-mp1wfJ4VkMgK/yex4jeBhd2yd6CqFXYAIv6e1lnDGjI=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "79b8576df9630ea1c0fb1c6e399a424c3dcdcd47", + "rev": "5627b70981730cf1839ae4477f9fd086d4fc7a6c", "type": "github" }, "original": { @@ -147,11 +147,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1684528365, - "narHash": "sha256-2b5IfkV6WPZ3S9SgIajbftinfGlBnwUwOcmLiyCck+w=", + "lastModified": 1683014792, + "narHash": "sha256-6Va9iVtmmsw4raBc3QKvQT2KT/NGRWlvUlJj46zN8B8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5ae23a806c7cb16e2ade63400d0c6e5aa8e54797", + "rev": "1a411f23ba299db155a5b45d5e145b85a7aafc42", "type": "github" }, "original": { @@ -194,11 +194,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1684528365, - "narHash": "sha256-2b5IfkV6WPZ3S9SgIajbftinfGlBnwUwOcmLiyCck+w=", + "lastModified": 1684570954, + "narHash": "sha256-FX5y4Sm87RWwfu9PI71XFvuRpZLowh00FQpIJ1WfXqE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5ae23a806c7cb16e2ade63400d0c6e5aa8e54797", + "rev": "3005f20ce0aaa58169cdee57c8aa12e5f1b6e1b3", "type": "github" }, "original": { diff --git a/users/rouven/modules/helix/default.nix b/users/rouven/modules/helix/default.nix index 5ea2820..6989d22 100644 --- a/users/rouven/modules/helix/default.nix +++ b/users/rouven/modules/helix/default.nix @@ -29,13 +29,15 @@ "ui.background" = "{}"; "ui.virtual.inlay-hint" = { fg = "#666666"; }; }; - languages = [ - { - name = "nix"; - auto-format = true; - language-server.command = "rnix-lsp"; - } - ]; + languages = { + language = [ + { + name = "nix"; + auto-format = true; + language-server.command = "rnix-lsp"; + } + ]; + }; settings = { theme = "dracula-transparent"; editor = {