this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

npm and other crap

+14 -9
+2 -2
darwin/darwin.nix
··· 1 1 { 2 2 config, 3 3 pkgs, 4 + inputs, 4 5 ... 5 6 }: { 6 7 # List packages installed in system profile. To search by name, run: ··· 69 70 "zsh-autosuggestions" 70 71 "fd" 71 72 "jj" 72 - "node" 73 73 "git-cliff" 74 74 ]; 75 75 casks = [ ··· 94 94 95 95 # Use a custom configuration.nix location. 96 96 # $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix 97 - # environment.darwinConfig = "$HOME/.config/nix/darwin"; 97 + environment.darwinConfig = "$HOME/.config/nix/darwin"; 98 98 99 99 # Auto upgrade nix package and the daemon service. 100 100 services.nix-daemon.enable = true;
+4 -4
darwin/flake.lock
··· 103 103 }, 104 104 "nixpkgs": { 105 105 "locked": { 106 - "lastModified": 1728538411, 107 - "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", 106 + "lastModified": 1731613620, 107 + "narHash": "sha256-Qb4cpVp1pr29mvbqMROn7BcYt60GJ948RSM4UKU2DV4=", 108 108 "owner": "NixOS", 109 109 "repo": "nixpkgs", 110 - "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", 110 + "rev": "f4a0fbc120cd775346111246b453f8af94afc1d1", 111 111 "type": "github" 112 112 }, 113 113 "original": { 114 114 "owner": "NixOS", 115 - "ref": "nixpkgs-unstable", 115 + "ref": "nixpkgs-24.11-darwin", 116 116 "repo": "nixpkgs", 117 117 "type": "github" 118 118 }
+4 -3
darwin/flake.nix
··· 3 3 description = "Darwin config"; 4 4 5 5 inputs = { 6 - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; 6 + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin"; 7 7 8 8 nix-darwin.url = "github:LnL7/nix-darwin"; 9 9 nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; ··· 44 44 ]; 45 45 46 46 # Auto upgrade nix package and the daemon service. 47 - # services.nix-daemon.enable = true; 47 + services.nix-daemon.enable = true; 48 48 nix.package = pkgs.nix; 49 - nix.settings.trusted-users = ["root" "mofin"]; 49 + nix.settings.trusted-users = ["root" "mofin" "Cameron Taylor"]; 50 50 51 51 # Necessary for using flakes on this system. 52 52 nix.settings.experimental-features = "nix-command flakes"; ··· 91 91 # arguments to home.nix 92 92 } 93 93 ]; 94 + specialArgs = {inherit inputs;}; 94 95 }; 95 96 }; 96 97
+2
dotfiles/.npmrc
··· 1 + cache = ${HOME}/.npm 2 + prefix = ${HOME}/.npm-global
+2
home-manager/home.nix
··· 23 23 hello 24 24 neovim 25 25 git 26 + nodejs_22 26 27 # # It is sometimes useful to fine-tune packages, for example, by applying 27 28 # # overrides. You can do that directly here, just don't forget the 28 29 # # parentheses. Maybe you want to install Nerd Fonts with a limited number of ··· 46 47 # ".screenrc".source = dotfiles/screenrc; 47 48 48 49 ".gitconfig".source = ../dotfiles/.gitconfig; 50 + ".npmrc".source = ../dotfiles/.npmrc; 49 51 50 52 # # You can also set the file content immediately. 51 53 # ".gradle/gradle.properties".text = ''