move configs to nix
This commit is contained in:
parent
f1061c3c8c
commit
62ed20d1f5
6 changed files with 84 additions and 107 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue