update config syntax

This commit is contained in:
2025-09-11 08:03:22 +02:00
parent 9735d3f0c0
commit 448002ebf4
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
inputs, inputs,
... ...
}: { }: {
imports = [inputs.nixvim.homeManagerModules.nixvim]; imports = [inputs.nixvim.homeModules.nixvim];
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
shared-mime-info # extended mimetype support shared-mime-info # extended mimetype support
lxde.lxmenu-data # open with "Installed Applications" lxmenu-data # open with "Installed Applications"
pcmanfm pcmanfm
]; ];