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
+11 -1
View File
@@ -1,9 +1,16 @@
{ import-tree, ... }:
{
pkgs,
flatpaks,
import-tree,
...
}:
{
home-manager.users.alistreaza = {
imports = [
(import-tree ../../../../modules/home/common)
(import-tree ../../../../modules/home/nixos)
flatpaks.homeManagerModules.nix-flatpak
];
home = {
@@ -31,6 +38,9 @@
home.firefox.enable = true;
home.firefox.privacy = true;
# Apps installation
home.packages = with pkgs; [ zed-editor ];
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "26.05";