miku: Add cantata and newsflash
This commit is contained in:
parent
8247e06b1f
commit
3fcb0a4d7c
@ -32,6 +32,8 @@
|
||||
multimc-wrapped # Custom package
|
||||
nwg-launchers
|
||||
gnome-podcasts
|
||||
cantata
|
||||
newsflash
|
||||
];
|
||||
|
||||
ptw = {
|
||||
@ -110,6 +112,13 @@
|
||||
gnupg.agent.pinentryFlavor = "qt";
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
extraModprobeConfig = ''
|
||||
options kvm_amd nested=1
|
||||
|
Loading…
Reference in New Issue
Block a user