add ladybird
This commit is contained in:
parent
5c08aff2a5
commit
d273fb360d
2 changed files with 6 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
||||||
{
|
{ pkgs, settings, ... }:
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
settings,
|
|
||||||
ylib,
|
|
||||||
...
|
|
||||||
}@inputs:
|
|
||||||
let
|
let
|
||||||
defaultLocal = "en_US.UTF-8";
|
defaultLocal = "en_US.UTF-8";
|
||||||
in
|
in
|
||||||
|
|
5
users/josh/home_manager/ladybird.nix
Normal file
5
users/josh/home_manager/ladybird.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [ pkgs.ladybird ];
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue