lol
This commit is contained in:
parent
b6000f3ced
commit
1fe43548a2
|
@ -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 {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
./packages
|
./packages
|
||||||
./misc
|
./misc
|
||||||
./gdm
|
./gdm
|
||||||
# ./stylix
|
./stylix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue