mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
gnome, celluloid, mission-center, copyous
This commit is contained in:
parent
eccae188a8
commit
67519f60db
8 changed files with 64 additions and 31 deletions
|
|
@ -1,7 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
services.desktopManager.gnome = {
|
||||
enable = true;
|
||||
sessionPath = [pkgs.gtop];
|
||||
sessionPath = with pkgs; [
|
||||
gtop
|
||||
gnome-menus
|
||||
gobject-introspection
|
||||
# Copyous
|
||||
libgda6
|
||||
gsound
|
||||
];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-menus
|
||||
|
|
@ -14,5 +21,6 @@
|
|||
gnome-tour
|
||||
baobab # Disk Usage Analyzer, use dust instead
|
||||
epiphany # GNOME Web
|
||||
gnome-system-monitor # use mission-center
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue