Update to 24.11pre
Update to nixpkgs past 24.05 Update hm unstable Update nur Replace nixneovim with nixvim
This commit is contained in:
@@ -13,13 +13,14 @@ in with lib; {
|
||||
services = {
|
||||
accounts-daemon.enable = true;
|
||||
|
||||
# Trackpad support
|
||||
libinput.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
xkb.layout = "us";
|
||||
# Trackpad support
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
udev.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user