More updates

This commit is contained in:
RealStickman 2023-04-16 19:47:53 +02:00
parent 7ee7feff39
commit 2274109e07
2 changed files with 3 additions and 3 deletions

View File

@ -93,10 +93,11 @@ in
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
wget
hyprland
wayland
xdg-utils xdg-utils
pciutils pciutils
wayland
hyprland
]; ];
# Allow unfree packages # Allow unfree packages

View File

@ -14,7 +14,6 @@ in
home.packages = [ home.packages = [
pkgs.firefox pkgs.firefox
pkgs.kitty pkgs.kitty
pkgs.wget
]; ];
}; };
} }