Change starship prompt, update inputs, add nvidia module
This commit is contained in:
parent
bd5a2e3ec5
commit
7730cbef59
9 changed files with 93 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue