small fix

This commit is contained in:
Aleksandr Lebedev 2025-01-06 20:49:04 +01:00
parent 22db57bf48
commit 78bb5eb4ea
2 changed files with 0 additions and 16 deletions

View file

@ -64,7 +64,6 @@
modules = [ ./nixos/hosts/android ];
home-manager-path = inputs.home-manager.outPath;
extraSpecialArgs = {
inherit (self.nixOnDroidConfigurations.default.pkgs) lib;
inherit inputs;
inherit first-nixos-install;
};

View file

@ -1,22 +1,7 @@
{ pkgs, inputs, ... }:
{
imports = [
inputs.nixvim.nixosModules.nixvim
];
programs.nixvim = {
enable = true;
defaultEditor = true;
colorschemes.catppuccin.enable = true;
plugins = {
lualine.enable = true;
};
opts = {
number = true;
shiftwidth = 4;
};
};
environment.packages = with pkgs;[
neovim
git