diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-07-11 22:04:39 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-07-11 22:04:39 +0530 |
| commit | 7697ad2b90f0c490c75fa5b22dde3840fc455d2d (patch) | |
| tree | 8e0d35b2ee8916bbe0265f107352605bc914308b /home.nix | |
| parent | fe5072090fdf71bd32f69f93ce915846f7d42930 (diff) | |
nvim & boot changes
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 ]; } |
