aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-07-11 22:04:39 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-07-11 22:04:39 +0530
commit7697ad2b90f0c490c75fa5b22dde3840fc455d2d (patch)
tree8e0d35b2ee8916bbe0265f107352605bc914308b /home.nix
parentfe5072090fdf71bd32f69f93ce915846f7d42930 (diff)
nvim & boot changes
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 1 insertions, 3 deletions
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 <nixos-unstable> { config.allowUnfree = true; };
-in {
+{
users.users.aargh = {
isNormalUser = true;
description = "Aargh";
@@ -23,7 +22,6 @@ in {
nmap
dust
gnome-tweaks
- unstable.neovim
home-manager
];
}