tried adding fontawesome support

This commit is contained in:
Forestcat 2024-01-16 23:35:46 +01:00
parent 4d9a66f918
commit 176f665484

View file

@ -74,11 +74,17 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
#adding font awesome
fonts.packages = [
pkgs.font-awesome
];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# System Packages go here
pkgs.brave
pkgs.font-awesome
pkgs.xdotool
pkgs.vscode
pkgs.scrot