mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
migrated
This commit is contained in:
16
modules/gnome/sys/gnome-apps.nix
Normal file
16
modules/gnome/sys/gnome-apps.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.gnome-sys-gnome-apps = { pkgs-unstable, ...}:{
|
||||
environment.systemPackages = with pkgs-unstable; [
|
||||
adw-gtk3
|
||||
refine
|
||||
nautilus
|
||||
nautilus-python
|
||||
sushi
|
||||
gnome-text-editor
|
||||
gnome-console
|
||||
loupe
|
||||
cine
|
||||
tsukimi
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user