mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-09 02:13:08 +02:00
did some stuff
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
b1382bdd3d
commit
2810f17f67
2 changed files with 4 additions and 1 deletions
|
@ -281,8 +281,10 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
twingate.enable = false;
|
twingate.enable = false;
|
||||||
ipfs = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
startWhenNeeded = true;
|
||||||
|
autoMount = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -136,6 +136,7 @@ in {
|
||||||
comic-mono
|
comic-mono
|
||||||
screen
|
screen
|
||||||
moonlander
|
moonlander
|
||||||
|
amfora
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue