Mise à jour et ajout de proton-ge & steam

This commit is contained in:
2026-08-10 00:16:26 +02:00
parent b985fb589c
commit cd3a057d2a
12 changed files with 168 additions and 56 deletions
+8 -3
View File
@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
# System services
@@ -17,13 +17,18 @@
# System configurations
os.keyboard.apple.enable = true;
# Virtualisation Apps
os.virtualisation.cuda.enable = false;
# Podman & Cuda
os.virtualisation.cuda.enable = true;
os.virtualisation.podman.enable = true;
# Shells configurations
os.flatpak.enable = true;
os.shells.gnome.enable = true;
# Apps configurations
os.flatpak.gtk = true;
os.virtualisation.podman.gtk = true;
# Terminal
programs.ssh.enableAskPassword = false; # No-window git push fix