lol
This commit is contained in:
parent
d3d243564e
commit
c93023a280
|
@ -27,7 +27,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/pc
|
||||
# inputs.stylix.nixosModules.stylix
|
||||
# inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {
|
||||
|
|
0
home/colors/default.nix
Normal file
0
home/colors/default.nix
Normal file
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
||||
|
||||
imports = [
|
||||
./waybar
|
||||
|
|
|
@ -90,6 +90,8 @@ in {
|
|||
".local/share/icons/GruvboxPlus".source = "${gruvboxPlus}";
|
||||
};
|
||||
|
||||
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
||||
|
||||
home.pointerCursor.name = "Bibata-Modern-Ice";
|
||||
home.pointerCursor.package = pkgs.bibata-cursors;
|
||||
|
||||
|
@ -100,6 +102,7 @@ in {
|
|||
|
||||
gtk.cursorTheme.package = pkgs.bibata-cursors;
|
||||
gtk.cursorTheme.name = "Bibata-Modern-Ice";
|
||||
gtk.cursorTheme.size = 24;
|
||||
|
||||
gtk.iconTheme.package = 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