This commit is contained in:
2024-03-02 10:15:48 +01:00
parent ca59bf727c
commit 175aa62fd9
3 changed files with 13 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
{
imports = [
./git.nix
./zathura.nix
./wallpaper.nix
./zsh
./alacritty
./neovim
./git.nix
./wallpaper.nix
./xmonad
./zathura.nix
./zsh
];
}

View File

@@ -0,0 +1,6 @@
{ pkgs, config, ... }:
programs.neovim = {
enable = true;
}