mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/desktop-default: add comments
This commit is contained in:
parent
5f7537dc9a
commit
5f659123db
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue