lol
This commit is contained in:
parent
d3d243564e
commit
c93023a280
0
home/colors/default.nix
Normal file
0
home/colors/default.nix
Normal file
|
@ -1,7 +1,6 @@
|
||||||
{ config, pkgs, inputs, ... }:
|
{ config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./waybar
|
./waybar
|
||||||
|
|
|
@ -90,6 +90,8 @@ in {
|
||||||
".local/share/icons/GruvboxPlus".source = "${gruvboxPlus}";
|
".local/share/icons/GruvboxPlus".source = "${gruvboxPlus}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
||||||
|
|
||||||
home.pointerCursor.name = "Bibata-Modern-Ice";
|
home.pointerCursor.name = "Bibata-Modern-Ice";
|
||||||
home.pointerCursor.package = pkgs.bibata-cursors;
|
home.pointerCursor.package = pkgs.bibata-cursors;
|
||||||
|
|
||||||
|
@ -100,6 +102,7 @@ in {
|
||||||
|
|
||||||
gtk.cursorTheme.package = pkgs.bibata-cursors;
|
gtk.cursorTheme.package = pkgs.bibata-cursors;
|
||||||
gtk.cursorTheme.name = "Bibata-Modern-Ice";
|
gtk.cursorTheme.name = "Bibata-Modern-Ice";
|
||||||
|
gtk.cursorTheme.size = 24;
|
||||||
|
|
||||||
gtk.iconTheme.package = gruvboxPlus;
|
gtk.iconTheme.package = gruvboxPlus;
|
||||||
gtk.iconTheme.name = "GruvboxPlus";
|
gtk.iconTheme.name = "GruvboxPlus";
|
||||||
|
|
BIN
modules/stylix/.default.nix.swp
Normal file
BIN
modules/stylix/.default.nix.swp
Normal file
Binary file not shown.
Loading…
Reference in a new issue