lol
This commit is contained in:
parent
b6000f3ced
commit
1fe43548a2
|
@ -27,7 +27,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/pc
|
||||
# inputs.stylix.nixosModules.stylix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
./zsh
|
||||
./rofi
|
||||
./gtk
|
||||
./git
|
||||
inputs.nix-colors.homeManagerModules.default
|
||||
];
|
||||
home.username = "joy";
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
./packages
|
||||
./misc
|
||||
./gdm
|
||||
# ./stylix
|
||||
./stylix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue