From b50bc0551664329cab9843b9db2ffdd6d7eae488 Mon Sep 17 00:00:00 2001 From: Forestcat Date: Sat, 2 Dec 2023 18:09:21 +0100 Subject: [PATCH] cleaned up nix-configuration --- nixos/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 77ff39a..22eabcb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -88,8 +88,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget + # System Packages go here pkgs.brave pkgs.kitty pkgs.swww