mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: add user-specific nixpkgs config
This commit is contained in:
parent
c7461df026
commit
f9e3a2daad
@ -0,0 +1,3 @@
|
||||
{
|
||||
allowUnfree = true;
|
||||
}
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user