From 2274109e074b7054779b5bdcd26f5bc1d2f38727 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 16 Apr 2023 19:47:53 +0200 Subject: [PATCH] More updates --- nixos-config/configuration.nix | 5 +++-- nixos-config/home-manager.nix | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-config/configuration.nix b/nixos-config/configuration.nix index 9ffb1d29..cf95345e 100644 --- a/nixos-config/configuration.nix +++ b/nixos-config/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/nixos-config/home-manager.nix b/nixos-config/home-manager.nix index d7d591e0..32b13fcf 100644 --- a/nixos-config/home-manager.nix +++ b/nixos-config/home-manager.nix @@ -14,7 +14,6 @@ in home.packages = [ pkgs.firefox pkgs.kitty - pkgs.wget ]; }; }