mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
more customization
This commit is contained in:
parent
88d798782c
commit
5e1fbf2fe3
7 changed files with 157 additions and 59 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue