legacy/desktop-default: add comments

This commit is contained in:
Felix Buehler 2023-01-29 15:36:02 +01:00
parent 5f7537dc9a
commit 5f659123db

View file

@ -19,6 +19,7 @@
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
glib
evince evince
firefox firefox
ghostwriter ghostwriter
@ -57,9 +58,6 @@
sshuttle sshuttle
libnotify libnotify
keychain keychain
# TODO sort them in different files
topgrade
]; ];
# Enable firmware update daemon # Enable firmware update daemon
@ -67,11 +65,10 @@
programs.wireshark = { programs.wireshark = {
enable = true; enable = true;
package = pkgs.wireshark; package = pkgs.wireshark; # enable the gui
}; };
services.accounts-daemon.enable = true; # start sway if login happens
environment.interactiveShellInit = '' environment.interactiveShellInit = ''
if test `tty` = /dev/tty1; then if test `tty` = /dev/tty1; then
exec sway exec sway