From e3f78ca2e75326c2ae3b2d632763aeb159dafc13 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Wed, 12 Apr 2023 00:55:12 +0200 Subject: [PATCH] Added helix configuration, removed vscodew --- configuration.nix | 23 +++++++++++++++-------- flake.lock | 12 ++++++------ 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index deca2bd..dc9f78a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,16 +50,23 @@ # Home manager configuration home-manager.users.thiloho = { pkgs, ... }: { programs = { - helix.enable = true; + helix = { + enable = true; + settings = { + theme = "dark_plus"; + editor = { + line-number = "relative"; + cursorline = true; + cursor-shape = { + normal = "block"; + insert = "bar"; + select = "underline"; + }; + }; + }; + }; alacritty.enable = true; firefox.enable = true; - vscode = { - enable = true; - extensions = with pkgs.vscode-extensions; [ - astro-build.astro-vscode - bbenoist.nix - ]; - }; git = { enable = true; userName = "thiloho"; diff --git a/flake.lock b/flake.lock index e8cd077..e648608 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1680667162, - "narHash": "sha256-2vgxK4j42y73S3XB2cThz1dSEyK9J9tfu4mhuEfAw68=", + "lastModified": 1681250798, + "narHash": "sha256-fQMROyKzPFBPqJy9J4ffywm02ZuqAI0GW1O1QibVpdQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "440faf5ae472657ef2d8cc7756d77b6ab0ace68d", + "rev": "28698126bd825aff21cae9ffd15cf83e169051b0", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1680758185, - "narHash": "sha256-sCVWwfnk7zEX8Z+OItiH+pcSklrlsLZ4TJTtnxAYREw=", + "lastModified": 1681126633, + "narHash": "sha256-evQ3Ct/yJDSHej16Hiq+JfxRjgm9FXu/2LBxsyorGdE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0e19daa510e47a40e06257e205965f3b96ce0ac9", + "rev": "db24d86dd8a4769c50d6b7295e81aa280cd93f35", "type": "github" }, "original": {