mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref: nix
This commit is contained in:
parent
bc479e1cac
commit
78a82fbe18
20 changed files with 282 additions and 224 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{...}: {
|
||||
services.xserver.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
extraPackages = hp: with hp; [ neat-interpolation ];
|
||||
extraPackages = hp: with hp; [neat-interpolation];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
naturalScrolling = true;
|
||||
accelSpeed = "-0.5";
|
||||
};
|
||||
touchpad = { naturalScrolling = true; };
|
||||
touchpad = {naturalScrolling = true;};
|
||||
};
|
||||
|
||||
programs.light.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue