This commit is contained in:
Martin
2026-01-31 15:21:47 +01:00
parent deff65ad81
commit 157adb2654
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
configuration = { pkgs, ... }: { configuration = { pkgs, ... }: {
pkgs.config.allowUnfree = true;
environment.systemPackages = environment.systemPackages =
[ [
pkgs.vim pkgs.vim

View File

@ -8,7 +8,7 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
visidata # visidata
claude-code claude-code
]; ];
} }