Skip to content

Commit

Permalink
🔧 X is dead, long live Wayland !
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 9, 2024
1 parent 94a88fc commit 4b10cb7
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions hosts/thinkpad/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
inputs.nur.overlay
(final: prev:
{
awesome = inputs.nixpkgs-f2k.packages.${pkgs.system}.awesome-git;
#awesome = inputs.nixpkgs-f2k.packages.${pkgs.system}.awesome-git;
})
];
};
Expand Down Expand Up @@ -71,27 +71,6 @@
tlp.enable = true;
power-profiles-daemon.enable = false;
upower.enable = true;
xserver = {
enable = true;
videoDrivers = [ "amdgpu" ];
libinput = {
enable = true;
touchpad = {
tapping = true;
middleEmulation = true;
naturalScrolling = true;
};
};
displayManager = {
gdm.enable = true;
gdm.wayland = false;
defaultSession = "none+awesome";
startx.enable = true;
};
windowManager.awesome = {
enable = true;
};
};
};

# Enable CUPS to print documents.
Expand Down

0 comments on commit 4b10cb7

Please sign in to comment.