From 549d0672781b0dcd8c45c1576d95556454b353ba Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 25 Nov 2022 14:01:09 +0800 Subject: [PATCH] hosts/ni: update --- hosts/ni/README.adoc | 2 +- hosts/ni/default.nix | 1 - hosts/ni/hardware-configuration.nix | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/ni/README.adoc b/hosts/ni/README.adoc index 0aaf99ff..de9b69dd 100644 --- a/hosts/ni/README.adoc +++ b/hosts/ni/README.adoc @@ -1,7 +1,7 @@ = ni, my (only) workstation :toc: -My laptop. +My desktop workstation. I was about to have two computers but my desktop is broken ever since. Whoops! diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index b106438e..b1f0285b 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -77,7 +77,6 @@ enable = true; plugins = with pkgs; [ pop-launcher-plugin-duckduckgo-bangs - pop-launcher-plugin-jetbrains pop-launcher-plugin-brightness ]; }; diff --git a/hosts/ni/hardware-configuration.nix b/hosts/ni/hardware-configuration.nix index 4abdff0c..8ab44543 100644 --- a/hosts/ni/hardware-configuration.nix +++ b/hosts/ni/hardware-configuration.nix @@ -1,6 +1,3 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. { config, lib, pkgs, modulesPath, ... }: {