add waybar icons (needs fonts)

This commit is contained in:
Noa Aarts 2024-03-04 16:47:35 +01:00
parent d546a7ed36
commit b6a6cf44e0
8 changed files with 110 additions and 22 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, inputs, ... }:
{ config, pkgs, inputs, nix-colors, ... }:
{
imports =
@ -81,7 +81,10 @@
};
home-manager = {
extraSpecialArgs = { inherit inputs; };
extraSpecialArgs = {
inherit inputs;
inherit nix-colors;
};
users = {
"noa" = import ./home.nix;
"root" = import ./root.nix;