This commit is contained in:
2026-03-03 11:42:54 +01:00
parent c6c3a071ad
commit 54913d7b2c

View File

@@ -1,8 +1,14 @@
{ ... }: {
flake.nixosModules.gnome-apps = { pkgs-unstable, ...}:{
environment.systemPackages = with pkgs-unstable; [
nautilus
nautilus-python
sushi
gnome-text-editor
ptyxis
gnome-terminal
loupe
cine
];
};
}