This commit is contained in:
joygnu 2024-06-12 06:49:44 +02:00
parent f04277b959
commit 86e3840a5b
4 changed files with 10 additions and 11 deletions

View file

@ -27,7 +27,7 @@
system = "x86_64-linux";
modules = [
./hosts/pc
# inputs.stylix.nixosModules.stylix
inputs.stylix.nixosModules.stylix
];
};
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {

View file

@ -9,6 +9,7 @@
./zsh
./rofi
./gtk
./git
inputs.nix-colors.homeManagerModules.default
];
home.username = "joy";

View file

@ -8,6 +8,6 @@
./packages
./misc
./gdm
# ./stylix
./stylix
];
}

View file

@ -20,16 +20,14 @@
base0E = "d3869b";
base0F = "d65d0e";
};
# stylix.cursor.package = pkgs.bibata-cursors;
# stylix.cursor.name = "Bibata-Modern-Ice";
# stylix.cursor.size = 24;
stylix.cursor.package = pkgs.bibata-cursors;
stylix.cursor.name = "Bibata-Modern-Ice";
stylix.cursor.size = 24;
stylix.targets.chromium.enable = false;
stylix.homeManagerIntegration.autoImport = false;
users.users.joy = {
isNormalUser = true;
description = "joy";
extraGroups = [ "networkmanager" "wheel" ];
};
#stylix.homeManagerIntegration.autoImport = false;
stylix.targets.waybar.enable = false;
stylix.targets.rofi.enable = false;
#stylix.targets.alaritty.enable = false;
}