diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-01-12 22:55:55 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-01-12 22:55:55 +0530 |
| commit | fba2849d709fcafa500ca2392e58b15255f4ef5b (patch) | |
| tree | 840c6ae2665f8a303f6409107589c46dd07c8eaf /config | |
| parent | f8c843475febec17faf275e49726ca470b82acab (diff) | |
| download | nixos-config-fba2849d709fcafa500ca2392e58b15255f4ef5b.tar.gz nixos-config-fba2849d709fcafa500ca2392e58b15255f4ef5b.zip | |
new laptop, new me
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 7a3ac96..8f37b76 100644 --- a/configuration.nix +++ b/configuration.nix @@ -112,7 +112,7 @@ in enable = true; autorun = false; displayManager.startx.enable = true; - videoDrivers = [ "intel" "modesetting" ]; + # videoDrivers = [ "intel" "modesetting" ]; libinput = { enable = true; touchpad = { |
