Mise à jour et ajout de proton-ge & steam
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user