Add initial ironbar
This commit is contained in:
parent
f051d864a7
commit
bf5e7e9636
9 changed files with 120 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
{ system, inputs, pkgs, config, ... }: {
|
||||
imports = [
|
||||
../ironbar
|
||||
];
|
||||
|
||||
system.extraDependencies = with pkgs; [ ungoogled-chromium ];
|
||||
|
||||
fonts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue