users/foo-dogsquared: add user-specific nixpkgs config

This commit is contained in:
Gabriel Arazas 2023-07-07 17:12:08 +08:00
parent c7461df026
commit f9e3a2daad
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
allowUnfree = true;
}

View File

@ -13,6 +13,10 @@ in
./modules/music.nix
];
# Set nixpkgs config both outside and inside of home-manager.
nixpkgs.config = import ./config/nixpkgs/config.nix;
xdg.configFile."nixpkgs/config.nix".source = ./config/nixpkgs/config.nix;
home.packages = with pkgs; [
vscodium-fhs # Visual Studio-lite and for those who suffer from Visual Studio withdrawal.
hledger # Trying to be a good accountant.