129 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
2024-03-09 21:24:44 +01:00
parent b282c859d3
commit 63422ffe6d
4 changed files with 22 additions and 26 deletions

View File

@ -84,12 +84,9 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
neovim
wget
fprintd
home-manager
git
alejandra
];
fonts.packages = with pkgs; [

View File

@ -63,7 +63,7 @@
];
home.sessionVariables = {
EDITOR = "nvim";
EDITOR = "${pkgs.neovim}/bin/nvim";
};
xdg.enable = true;