mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-25 08:09:08 +02:00
17 lines
306 B
Nix
17 lines
306 B
Nix
{ ... }: {
|
|
flake.nixosModules.gnome-apps = { pkgs-unstable, ...}:{
|
|
environment.systemPackages = with pkgs-unstable; [
|
|
adw-gtk3
|
|
refine
|
|
nautilus
|
|
nautilus-python
|
|
sushi
|
|
gnome-text-editor
|
|
gnome-console
|
|
loupe
|
|
cine
|
|
tsukimi
|
|
];
|
|
};
|
|
}
|