Skip to content

Commit

Permalink
Update to 22.05
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-stitt committed Oct 23, 2023
1 parent 907f2d1 commit c9fb23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions users/cameron/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,17 @@
};

# Make cursor not tiny on HiDPI screens
xsession.pointerCursor = {
home.pointerCursor = {
name = "Vanilla-DMZ";
package = pkgs.vanilla-dmz;
size = 64;
x11.enable = true;
};

programs.direnv = {
enable = true;
nix-direnv = {
enable = true;
# optional for nix flakes support in home-manager 21.11, not required in home-manager unstable or 22.05
enableFlakes = true;
};

config = {
Expand Down
2 changes: 1 addition & 1 deletion users/cameron/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
hashedPassword = "$5$/z/70DzKzOlgRhXi$Vk3bnNgp9qp5zzp9s6muEGiLEfoDYflljBhFoGg7wPC";
};

services.redis.enable = true;
services.redis.servers.cameron.enable = true;

nixpkgs.overlays = import ../../lib/overlays.nix;
}

0 comments on commit c9fb23b

Please sign in to comment.