mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
overlays
This commit is contained in:
parent
79e55de9fb
commit
6836df8cc0
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
{...}: {
|
{outputs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../home/common.nix
|
../../home/common.nix
|
||||||
../../home/helide
|
../../home/helide
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
overlays = builtins.attrValues outputs.overlays;
|
||||||
|
|
||||||
username = "tyler";
|
username = "tyler";
|
||||||
homeDirectory = "/home/tyler";
|
homeDirectory = "/home/tyler";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue