s-e: add emotes

This commit is contained in:
41666 2024-04-21 10:44:19 -04:00
parent d7e2079559
commit 70a3dcd2b1
4 changed files with 24 additions and 5 deletions

View file

@ -30,9 +30,9 @@
config.allowUnfree = true;
};
# master = import inputs.nixpkgs-unstable {
# system = final.system;
# config.allowUnfree = true;
# };
master = import inputs.nixpkgs-unstable {
system = final.system;
config.allowUnfree = true;
};
};
}