From e769308777212b0876655428e55a52073f27ac41 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 16 Apr 2023 19:47:53 +0200 Subject: [PATCH] More updates --- configuration.nix | 5 +++-- home-manager.nix | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 9ffb1d2..cf95345 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,10 +93,11 @@ in # $ nix search wget environment.systemPackages = with pkgs; [ vim + wget + hyprland + wayland xdg-utils pciutils - wayland - hyprland ]; # Allow unfree packages diff --git a/home-manager.nix b/home-manager.nix index d7d591e..32b13fc 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -14,7 +14,6 @@ in home.packages = [ pkgs.firefox pkgs.kitty - pkgs.wget ]; }; }