add foot homemagnegert
This commit is contained in:
parent
eeb6055ab4
commit
42bf017423
1 changed files with 8 additions and 0 deletions
|
@ -11,5 +11,13 @@ in {
|
|||
users.users.sako.packages = with pkgs; [
|
||||
foot
|
||||
];
|
||||
|
||||
home-manager.users.sako = {pkgs, ...}: {
|
||||
xdg.configFile = {
|
||||
foot = {
|
||||
source = ../../../config/foot;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue