From 7697ad2b90f0c490c75fa5b22dde3840fc455d2d Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 11 Jul 2025 22:04:39 +0530 Subject: nvim & boot changes --- home.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 85c47d4..069ed4c 100644 --- a/home.nix +++ b/home.nix @@ -1,6 +1,5 @@ { config, pkgs, ... }: -let unstable = import { config.allowUnfree = true; }; -in { +{ users.users.aargh = { isNormalUser = true; description = "Aargh"; @@ -23,7 +22,6 @@ in { nmap dust gnome-tweaks - unstable.neovim home-manager ]; } -- cgit v1.2.3