mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 15:07:44 -05:00
Look, I Don't Know...
This commit is contained in:
parent
329ed8d5f6
commit
f90640b86e
4 changed files with 48 additions and 9 deletions
|
|
@ -99,6 +99,7 @@
|
|||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
bbenoist.nix
|
||||
catppuccin.catppuccin-vsc
|
||||
];
|
||||
};
|
||||
firefox = {
|
||||
|
|
|
|||
|
|
@ -142,6 +142,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ inputs.catppuccin-vsc.overlays.default ];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue