mirror of
https://github.com/chuangzhu/nixpkgs-gnome-mobile.git
synced 2025-01-27 13:28:06 +01:00
update nixos module
This commit is contained in:
parent
947d706c40
commit
2b21b49efa
1 changed files with 2 additions and 7 deletions
|
@ -16,20 +16,15 @@
|
|||
extraGSettingsOverridePackages = [ pkgs.gnome.mutter ];
|
||||
};
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=ignore
|
||||
HandlePowerKeyLongPress=poweroff
|
||||
'';
|
||||
services.logind.powerKey = "ignore";
|
||||
services.logind.powerKeyLongPress = "poweroff";
|
||||
|
||||
# Installed by default but not mobile friendly yet
|
||||
environment.gnome.excludePackages = with pkgs.gnome; [
|
||||
pkgs.gnome-photos
|
||||
totem # Videos
|
||||
simple-scan # Document Scanner
|
||||
gnome-system-monitor
|
||||
yelp # Help
|
||||
cheese
|
||||
nautilus # Files
|
||||
gnome-music
|
||||
baobab # Disk Usage Analyser
|
||||
evince # Document Viewer
|
||||
|
|
Loading…
Reference in a new issue