aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
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
];
}