nixvim on droid

This commit is contained in:
2025-01-26 18:31:08 +00:00
parent 1866479684
commit da1acd0538
3 changed files with 6 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
# Simply install just the packages
@@ -46,8 +46,10 @@
#time.timeZone = "Europe/Berlin";
home-manager = {
extraSpecialArgs = {inherit inputs;};
config = ./home.nix;
backupFileExtension = "hm-bak";
useGlobalPkgs = true;
useUserPackages = true;
};
}