Update packages

This commit is contained in:
RealStickman 2023-04-16 19:44:43 +02:00
parent b11ca256c0
commit 7ee7feff39
2 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,6 @@ in
# Enable the X11 windowing system.
services.xserver = {
enable = true;
displayManager.defaultSession = "Hyprland";
displayManager.lightdm = {
enable = true;
greeters.gtk.enable = true;
@ -95,6 +94,9 @@ in
environment.systemPackages = with pkgs; [
vim
xdg-utils
pciutils
wayland
hyprland
];
# Allow unfree packages

View File

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