Added helix configuration, removed vscodew

This commit is contained in:
thiloho
2023-04-12 00:55:12 +02:00
parent c452239038
commit e3f78ca2e7
2 changed files with 21 additions and 14 deletions

View File

@@ -50,16 +50,23 @@
# Home manager configuration # Home manager configuration
home-manager.users.thiloho = { pkgs, ... }: { home-manager.users.thiloho = { pkgs, ... }: {
programs = { 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; alacritty.enable = true;
firefox.enable = true; firefox.enable = true;
vscode = {
enable = true;
extensions = with pkgs.vscode-extensions; [
astro-build.astro-vscode
bbenoist.nix
];
};
git = { git = {
enable = true; enable = true;
userName = "thiloho"; userName = "thiloho";

12
flake.lock generated
View File

@@ -8,11 +8,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1680667162, "lastModified": 1681250798,
"narHash": "sha256-2vgxK4j42y73S3XB2cThz1dSEyK9J9tfu4mhuEfAw68=", "narHash": "sha256-fQMROyKzPFBPqJy9J4ffywm02ZuqAI0GW1O1QibVpdQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "440faf5ae472657ef2d8cc7756d77b6ab0ace68d", "rev": "28698126bd825aff21cae9ffd15cf83e169051b0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1680758185, "lastModified": 1681126633,
"narHash": "sha256-sCVWwfnk7zEX8Z+OItiH+pcSklrlsLZ4TJTtnxAYREw=", "narHash": "sha256-evQ3Ct/yJDSHej16Hiq+JfxRjgm9FXu/2LBxsyorGdE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0e19daa510e47a40e06257e205965f3b96ce0ac9", "rev": "db24d86dd8a4769c50d6b7295e81aa280cd93f35",
"type": "github" "type": "github"
}, },
"original": { "original": {