add strawberry from git

This commit is contained in:
Sean Kovacs 2025-11-08 09:52:26 -05:00
commit 60ce56a055
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 152 additions and 2 deletions

View file

@ -52,6 +52,11 @@
inherit system;
specialArgs = { inherit catppuccin; };
modules = [
{
nixpkgs.overlays = [
(import ./packages/strawberry/overlay.nix)
];
}
./hosts/all.nix
./hosts/${hostname}.nix
./hardware/${hostname}.nix
@ -74,7 +79,9 @@
system,
}:
home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { inherit system; };
pkgs = import nixpkgs {
inherit system;
};
home.username = user;
home.homeDirectory = "/home/${user}";
modules = [