diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-05-09 17:38:17 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-05-09 17:38:17 +0100 |
| commit | d19cb434e4b633dfff78bd40bb6977f2200efaaa (patch) | |
| tree | 27d80728d0cc1629ae11f07b63abcc74ad7b42fe /hosts | |
| parent | 0fc9a34f2b9b6022af30451ffc7cbe3e470f8184 (diff) | |
Add podman to gheshki
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/gheshki/home.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix index e180f9d..02063d9 100644 --- a/hosts/gheshki/home.nix +++ b/hosts/gheshki/home.nix @@ -20,6 +20,7 @@ home.packages = [ pkgs.nixgl.nixGLIntel + pkgs.podman ]; xsession = { @@ -185,6 +186,10 @@ longitude = -6.2603; }; + services.podman = { + enable = true; + }; + home.keyboard = { layout = "us,ir"; options = [ |
