From 280eb0714a02c19ef66d819f0a6b4862eda5d474 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Tue, 4 Oct 2022 09:43:55 +0200 Subject: [PATCH] gnome3 -> gnome --- applications/graphical/bureau.nix | 2 +- applications/graphical/securite.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/graphical/bureau.nix b/applications/graphical/bureau.nix index c133e1a..6c5aed9 100644 --- a/applications/graphical/bureau.nix +++ b/applications/graphical/bureau.nix @@ -21,7 +21,7 @@ mkIf currentMachine.profiles.isDesktopEnvironment { xorg.xkill # pour 'tuer une application' ## Gestionnaire de fenêtre & Thème - gnome3.adwaita-icon-theme # thème d'icone - semble fonctionner avec spaceFM + gnome.adwaita-icon-theme # thème d'icone - semble fonctionner avec spaceFM ## Manipulation de fichier #kde5.dolphin # gestionnaire de fichiers graphique diff --git a/applications/graphical/securite.nix b/applications/graphical/securite.nix index 4fd424d..20ae513 100644 --- a/applications/graphical/securite.nix +++ b/applications/graphical/securite.nix @@ -11,7 +11,7 @@ mkIf (flags.securitySuite && flags.graphical) { # Paquets environment.systemPackages = with pkgs; [ - gnome3.seahorse # gestionnaire graphique de clef GPG + gnome.seahorse # gestionnaire graphique de clef GPG #yubikey-personalization-gui # utilisation de la clef Yubikey ]; }