add waybar icons (needs fonts)
This commit is contained in:
parent
d546a7ed36
commit
b6a6cf44e0
8 changed files with 110 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue