skibidi
This commit is contained in:
parent
5c4554b3c9
commit
faa184cb3f
1 changed files with 2 additions and 3 deletions
|
@ -37,7 +37,8 @@ in
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
libinput = {
|
};
|
||||||
|
services.libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# no mouse accel
|
# no mouse accel
|
||||||
|
@ -50,7 +51,6 @@ in
|
||||||
accelProfile = "flat";
|
accelProfile = "flat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
# use wayland counterparts
|
# use wayland counterparts
|
||||||
|
@ -78,7 +78,6 @@ in
|
||||||
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
|
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
|
||||||
# lock
|
# lock
|
||||||
swaylock
|
swaylock
|
||||||
eww-wayland
|
|
||||||
ags
|
ags
|
||||||
brightnessctl
|
brightnessctl
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
|
Loading…
Reference in a new issue