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
environment.systemPackages = with pkgs; [
vim
wget
hyprland
wayland
xdg-utils
pciutils
wayland
hyprland
];
# Allow unfree packages

View File

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