laptop: refactor

This commit is contained in:
Vivian 2022-09-12 10:05:31 +02:00
parent 193138be43
commit 8498de2d90
5 changed files with 74 additions and 68 deletions

View file

@ -7,7 +7,7 @@
imports = [
inputs.hyprland.homeManagerModules.default
./hyprland
./hyprland.nix
./eww
./theme.nix
];
@ -107,22 +107,5 @@
programs.zsh.enable = true;
gtk = {
enable = true;
theme = {
name = "Catppuccin-Pink-Dark";
package = pkgs.catppuccin-gtk;
};
iconTheme = {
name = "Arc";
package = pkgs.arc-icon-theme;
};
cursorTheme = {
name = "Catppuccin-Frappe-Pink-Cursors";
package = pkgs.catppuccin.cursors;
size = 32;
};
};
services.syncthing.enable = true;
}