merge
This commit is contained in:
parent
220cea894b
commit
b5a0dee3e8
11 changed files with 63 additions and 174 deletions
|
|
@ -54,9 +54,10 @@
|
|||
kdePackages.breeze-icons
|
||||
seahorse
|
||||
upower
|
||||
(lib.mkIf config.conf.streamdeck.enable (callPackage
|
||||
../../override/streamdeck.nix
|
||||
{ }))
|
||||
thunderbird
|
||||
podman-tui
|
||||
podman-compose
|
||||
dive
|
||||
];
|
||||
|
||||
gtk.iconCache.enable = false;
|
||||
|
|
@ -65,7 +66,11 @@
|
|||
cantarell-fonts
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
services.upower.enable = true;
|
||||
services.dbus.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue