Skip to content

Commit

Permalink
chore: remove obsolete config
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Oct 13, 2024
1 parent 3f80a9a commit 949ff68
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions common/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,17 @@

# Configure keymap in X11
services = {
redshift.enable = true;

pipewire = {
enable = true;
pulse.enable = true;
alsa.enable = true;
};

displayManager.sddm = {
wayland.enable = true;
enable = true;
theme = "chili";
};

xserver = {
enable = true;

autoRepeatDelay = 200;
autoRepeatInterval = 50;

# Keyboard
xkb = {
layout = "us";
options = "caps:escape";
};
};
};

programs.steam.enable = true;
Expand Down

0 comments on commit 949ff68

Please sign in to comment.