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"; system = "x86_64-linux";
modules = [ modules = [
./hosts/pc ./hosts/pc
# inputs.stylix.nixosModules.stylix inputs.stylix.nixosModules.stylix
]; ];
}; };
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem { nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {

View file

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

View file

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

View file

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