small fix
This commit is contained in:
parent
22db57bf48
commit
78bb5eb4ea
2 changed files with 0 additions and 16 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue