add ladybird
This commit is contained in:
parent
5c08aff2a5
commit
d273fb360d
2 changed files with 6 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
settings,
|
||||
ylib,
|
||||
...
|
||||
}@inputs:
|
||||
{ pkgs, settings, ... }:
|
||||
let
|
||||
defaultLocal = "en_US.UTF-8";
|
||||
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