laptop: refactor
This commit is contained in:
parent
193138be43
commit
8498de2d90
5 changed files with 74 additions and 68 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue