x220 and more: Make adjustments to better work with the host

This commit is contained in:
caem 2025-05-09 11:29:03 +02:00
parent af5db3743b
commit f342ff95b7
Signed by: caem
GPG key ID: 69A830D03203405F
7 changed files with 22 additions and 3 deletions

View file

@ -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"
];
};
};

View file

@ -3,7 +3,7 @@
{
fonts = {
packages = with pkgs; [
nerdfonts
unstable.nerd-fonts.go-mono
ipafont
noto-fonts-emoji
cantarell-fonts

View file

@ -6,4 +6,6 @@
".local/share/emacs"
];
};
}
virtualisation.containers.enable = true;
}