mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Remove some non-mobile applications
This commit is contained in:
parent
e3c75c90db
commit
5b4e0d94fe
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Remove non-friendly GNOME packages
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
]);
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue