mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03: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;
|
||||
};
|
||||
twingate.enable = false;
|
||||
ipfs = {
|
||||
kubo = {
|
||||
enable = true;
|
||||
startWhenNeeded = true;
|
||||
autoMount = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -136,6 +136,7 @@ in {
|
|||
comic-mono
|
||||
screen
|
||||
moonlander
|
||||
amfora
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue