diff options
| author | Baitinq <[email protected]> | 2024-05-20 17:39:09 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-20 17:39:09 +0200 |
| commit | 824f9e6f0919a46458a4806bdfb58e7075676314 (patch) | |
| tree | 0c39536b52b297f1c7e28c1d06b1d9cef1578b8e /hosts | |
| parent | Hosts: Add powertop package (diff) | |
| download | nixos-config-824f9e6f0919a46458a4806bdfb58e7075676314.tar.gz nixos-config-824f9e6f0919a46458a4806bdfb58e7075676314.tar.bz2 nixos-config-824f9e6f0919a46458a4806bdfb58e7075676314.zip | |
Update
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/configuration.nix | 3 | ||||
| -rw-r--r-- | hosts/default.nix | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 1a7504f..fa2e9d4 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -113,7 +113,8 @@ gitFull git-crypt tmux - neovim-nightly + # neovim-nightly + neovim htop pfetch unzip diff --git a/hosts/default.nix b/hosts/default.nix index 2990da3..928abdf 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -11,7 +11,7 @@ let }; overlays = [ inputs.nur.overlay - inputs.neovim-nightly-overlay.overlay + # inputs.neovim-nightly-overlay.overlay (import ../packages) (import ../overlays) ] ++ extraOverlays; |