diff options
author | Leonardo Santiago <[email protected]> | 2024-08-19 09:38:29 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-08-19 09:38:29 -0300 |
commit | ad31831c7c9d934aefdbec38d9c3f8a09e1d6208 (patch) | |
tree | c9907ab65d98f34b13864dd182c44ddd59073469 /modules/gnome.nix | |
parent | 9a540319df87f8df75266dec9986e1735a44a226 (diff) |
update stuff
Diffstat (limited to 'modules/gnome.nix')
-rw-r--r-- | modules/gnome.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix index 386cb94..a80001f 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -18,7 +18,7 @@ # }) # ]; environment.systemPackages = with pkgs; [ - gnome.gnome-tweaks + gnome-tweaks tela-icon-theme ] ++ (with gnomeExtensions; [ appindicator @@ -45,15 +45,15 @@ gnome-photos gnome-tour gedit - ]) ++ (with pkgs.gnome; [ - cheese # webcam tool - gnome-music + cheese gnome-terminal epiphany # web browser geary # email reader evince # document viewer - gnome-characters totem # video player + ]) ++ (with pkgs.gnome; [ + gnome-music + gnome-characters tali # poker game iagno # go game hitori # sudoku game |