x220 and more: Make adjustments to better work with the host
This commit is contained in:
parent
af5db3743b
commit
f342ff95b7
7 changed files with 22 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
signal-desktop
|
||||
element-desktop
|
||||
vesktop
|
||||
unstable.flare-signal
|
||||
];
|
||||
|
||||
environment.persistence."/nix/persist" = {
|
||||
|
@ -16,6 +17,7 @@
|
|||
".config/tutanota-desktop"
|
||||
".config/tuta_integration"
|
||||
".config/Element"
|
||||
".local/share/flare"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
unstable.nerd-fonts.go-mono
|
||||
ipafont
|
||||
noto-fonts-emoji
|
||||
cantarell-fonts
|
||||
|
|
|
@ -6,4 +6,6 @@
|
|||
".local/share/emacs"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue