tried adding fontawesome support
This commit is contained in:
parent
4d9a66f918
commit
176f665484
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue