Change starship prompt, update inputs, add nvidia module

This commit is contained in:
DashieTM 2024-08-19 20:52:00 +02:00
parent bd5a2e3ec5
commit 7730cbef59
9 changed files with 93 additions and 25 deletions

View file

@ -66,10 +66,13 @@
cantarell-fonts
];
virtualisation.podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
virtualisation = {
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
services.upower.enable = true;