add strawberry from git
This commit is contained in:
parent
16dc6466a9
commit
60ce56a055
5 changed files with 152 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue