mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix vm: more slimming
This commit is contained in:
@ -67,7 +67,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
self.overlays.debug
|
self.overlays.releasefast
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
./nix/vm/common.nix
|
./nix/vm/common.nix
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
documentation.nixos.enable = false;
|
||||||
|
|
||||||
networking.hostName = "ghostty";
|
networking.hostName = "ghostty";
|
||||||
networking.domain = "mitchellh.com";
|
networking.domain = "mitchellh.com";
|
||||||
|
|
||||||
|
@ -37,17 +37,53 @@
|
|||||||
|
|
||||||
environment.gnome.excludePackages = with pkgs; [
|
environment.gnome.excludePackages = with pkgs; [
|
||||||
atomix
|
atomix
|
||||||
|
baobab
|
||||||
cheese
|
cheese
|
||||||
epiphany
|
epiphany
|
||||||
|
evince
|
||||||
|
file-roller
|
||||||
geary
|
geary
|
||||||
|
gnome-backgrounds
|
||||||
|
gnome-calculator
|
||||||
|
gnome-calendar
|
||||||
|
gnome-clocks
|
||||||
|
gnome-connections
|
||||||
|
gnome-contacts
|
||||||
|
gnome-disk-utility
|
||||||
|
gnome-extension-manager
|
||||||
|
gnome-logs
|
||||||
|
gnome-maps
|
||||||
gnome-music
|
gnome-music
|
||||||
gnome-photos
|
gnome-photos
|
||||||
|
gnome-software
|
||||||
|
gnome-system-monitor
|
||||||
|
gnome-text-editor
|
||||||
|
gnome-themes-extra
|
||||||
gnome-tour
|
gnome-tour
|
||||||
|
gnome-user-docs
|
||||||
|
gnome-weather
|
||||||
hitori
|
hitori
|
||||||
iagno
|
iagno
|
||||||
|
loupe
|
||||||
|
nautilus
|
||||||
|
orca
|
||||||
|
seahorse
|
||||||
|
simple-scan
|
||||||
|
snapshot
|
||||||
|
sushi
|
||||||
tali
|
tali
|
||||||
|
totem
|
||||||
|
yelp
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.gnome = {
|
||||||
|
gnome-browser-connector.enable = false;
|
||||||
|
gnome-initial-setup.enable = false;
|
||||||
|
gnome-online-accounts.enable = false;
|
||||||
|
gnome-remote-desktop.enable = false;
|
||||||
|
rygel.enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
system.activationScripts = {
|
system.activationScripts = {
|
||||||
face = {
|
face = {
|
||||||
text = ''
|
text = ''
|
||||||
|
Reference in New Issue
Block a user