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
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
#adding font awesome
|
||||||
|
fonts.packages = [
|
||||||
|
pkgs.font-awesome
|
||||||
|
];
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# System Packages go here
|
# System Packages go here
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
|
pkgs.font-awesome
|
||||||
pkgs.xdotool
|
pkgs.xdotool
|
||||||
pkgs.vscode
|
pkgs.vscode
|
||||||
pkgs.scrot
|
pkgs.scrot
|
||||||
|
|
Loading…
Reference in a new issue