more customization

This commit is contained in:
chloe 2025-01-23 22:08:28 +01:00
parent 88d798782c
commit 5e1fbf2fe3
7 changed files with 157 additions and 59 deletions

View file

@ -18,6 +18,7 @@
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"vscode"
];
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
@ -66,6 +67,7 @@
pkgs.xfce.thunar
pkgs.gimp-with-plugins
pkgs.fzf
pkgs.nnn
pkgs.why3
pkgs.alt-ergo
pkgs.cvc4
@ -168,6 +170,13 @@
EDITOR = "nvim";
};
home.pointerCursor = {
name = "miku-cursor-linux";
size = 32;
gtk.enable = true;
package = pkgs.callPackage ../packages/miku-cursor.nix {};
};
programs.git = {
userName = "harry123";
userEmail = "harryh@ik.me";