cursor didn't work on laptop and remove powertop service because it prevented virtualbox to start

This commit is contained in:
2024-12-23 12:32:03 +01:00
parent 344adfdd90
commit 01fb3855bc
2 changed files with 28 additions and 7 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2024/12/19 16:51:31 by tomoron ### ########.fr #
# Updated: 2024/12/23 12:30:58 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -28,6 +28,32 @@
home.stateVersion = "24.05";
home.pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
size = 16;
};
gtk = {
enable = true;
theme = {
package = pkgs.flat-remix-gtk;
name = "Flat-Remix-GTK-Grey-Darkest";
};
iconTheme = {
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
};
font = {
name = "Sans";
size = 11;
};
};
home.packages = with pkgs;[
polybarFull
sxhkd