move configs to nix

This commit is contained in:
Benjamin Palko 2024-07-20 13:21:47 -04:00
parent f1061c3c8c
commit 62ed20d1f5
6 changed files with 84 additions and 107 deletions

View file

@ -1,5 +1,11 @@
{ pkgs, ... }:
{
imports = [
./gtk.nix
./hypridle.nix
./hyprlock.nix
];
home.pointerCursor = {
gtk.enable = true;
# x11.enable = true;
@ -12,26 +18,6 @@
enable = true;
};
gtk = {
enable = true;
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
theme = {
package = pkgs.whitesur-gtk-theme;
name = "Whitesur-dark";
};
iconTheme = {
package = pkgs.whitesur-icon-theme;
name = "Whitesur-Dark";
};
};
xdg.configFile = {
hypr = {
source = ../../hypr;