Various improvments/brightness

This commit is contained in:
Luj 2023-02-04 11:12:13 +01:00
parent ae4607aaa1
commit 7d11aedd93
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 153 additions and 68 deletions

View file

@ -41,7 +41,11 @@
};
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
services.xserver.libinput.enable = true;
services.xserver.libinput = {
enable = true;
naturalScrolling = true;
};
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
@ -49,25 +53,18 @@
programs.dconf.enable = true;
programs.sway.enable = true;
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
security.polkit.enable = true;
services.tlp.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.julien = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
firefox
thunderbird
];
};
# List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [
tailscale
brightnessctl
];
system.stateVersion = "23.05"; # Did you read the comment?