From d273fb360d47a29d13f9de615d0deeb454847eb2 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Tue, 9 Jul 2024 11:20:46 -0500 Subject: [PATCH] add ladybird --- hosts/_common/configuration.nix | 9 +-------- users/josh/home_manager/ladybird.nix | 5 +++++ 2 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 users/josh/home_manager/ladybird.nix diff --git a/hosts/_common/configuration.nix b/hosts/_common/configuration.nix index f6cdadd..a63a286 100644 --- a/hosts/_common/configuration.nix +++ b/hosts/_common/configuration.nix @@ -1,11 +1,4 @@ -{ - config, - lib, - pkgs, - settings, - ylib, - ... -}@inputs: +{ pkgs, settings, ... }: let defaultLocal = "en_US.UTF-8"; in diff --git a/users/josh/home_manager/ladybird.nix b/users/josh/home_manager/ladybird.nix new file mode 100644 index 0000000..9b012cb --- /dev/null +++ b/users/josh/home_manager/ladybird.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: +{ + home.packages = [ pkgs.ladybird ]; +} +