initial setup

This commit is contained in:
Vivian 2024-07-07 10:58:58 +02:00
parent 06f6f5f4a6
commit a9207d6844
8 changed files with 58 additions and 82 deletions

View file

@ -60,25 +60,25 @@ in
gnome-photos
gnome-tour
gnome-connections
gnome-calendar
epiphany # web browser
geary # email reader
simple-scan # document scanner
totem # video player
gnome-terminal
])
++ (with pkgs.gnome; [
atomix # puzzle game
epiphany # web browser
geary # email reader
pkgs.gedit # text editor
gnome-calendar
gnome-clocks
gnome-contacts
gnome-maps
gnome-music
gnome-notes
gnome-terminal
gnome-weather
hitori # sudoku game
iagno # go game
simple-scan # document scanner
tali # poker game
totem # video player
]);
# Services required for gnome
@ -86,7 +86,7 @@ in
# Extra gnome packages
environment.systemPackages = with pkgs; [
gnome.gnome-tweaks
gnome-tweaks
gnome.gnome-boxes
];
};