File tree Expand file tree Collapse file tree 5 files changed +29
-28
lines changed
Expand file tree Collapse file tree 5 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 22 description = "refnode's Nix configurations" ;
33
44 inputs = {
5- nixpkgs . url = "github:nixos/nixpkgs/nixos-25.05 " ;
5+ nixpkgs . url = "github:nixos/nixpkgs/nixos-25.11 " ;
66 nixpkgs-unstable . url = "github:nixos/nixpkgs/nixos-unstable" ;
7- nix-darwin . url = "github:lnl7/nix-darwin/nix-darwin-25.05 " ;
7+ nix-darwin . url = "github:lnl7/nix-darwin/nix-darwin-25.11 " ;
88 nix-darwin . inputs . nixpkgs . follows = "nixpkgs" ;
9- home-manager . url = "github:nix-community/home-manager/release-25.05 " ;
9+ home-manager . url = "github:nix-community/home-manager/release-25.11 " ;
1010 home-manager . inputs . nixpkgs . follows = "nixpkgs" ;
1111 pre-commit-hooks . url = "github:cachix/git-hooks.nix" ;
1212 pre-commit-hooks . inputs . nixpkgs . follows = "nixpkgs" ;
Original file line number Diff line number Diff line change 1818 home . homeDirectory = pkgs . lib . mkForce "/Users/refnode" ;
1919
2020 programs . home-manager . enable = true ;
21+
22+ xdg . enable = true ;
2123}
Original file line number Diff line number Diff line change 22 programs . zsh = {
33 enable = true ;
44 defaultKeymap = "viins" ;
5- dotDir = ". config/zsh" ;
5+ dotDir = "${ config . xdg . configHome } /zsh" ;
66
77 autocd = true ;
88
Original file line number Diff line number Diff line change 2121 jq
2222 yq
2323 yamllint
24- nodePackages . jsonlint
2524 mas
2625 pdfgrep
2726 jasper
You can’t perform that action at this time.
0 commit comments