Compare commits

..

No commits in common. "dd785692ce821256f52985678dd8807fa925921a" and "2f2d33296b44c77b91defa704dafe035d013fbf0" have entirely different histories.

3 changed files with 1 additions and 20 deletions

View File

@ -152,7 +152,6 @@
ncdu ncdu
nix-tree nix-tree
libarchive # bsdtar libarchive # bsdtar
lsof
]; ];
services.openssh = { services.openssh = {

View File

@ -61,7 +61,6 @@
iwd iwd
ldns # for drill ldns # for drill
arp-scan # To find devices on the network arp-scan # To find devices on the network
wavemon
]; ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''

View File

@ -53,7 +53,6 @@
} }
tooltip { tooltip {
/* CSS for hover menu */
background-color: #323232; background-color: #323232;
} }
@ -184,23 +183,7 @@ tooltip {
} }
#tray { #tray {
/* CSS rules for the tray (not the right-click or hover menu) */ /* No styles */
}
/* #tray menu menuitem */
#tray menu {
/* CSS for right click menu */
background: #323232;
padding: 5px;
border: 1px solid white;
}
#tray menu menuitem {
/* CSS for menu items in the right click menu */
}
#tray menu menuitem:hover {
/* CSS for hovering over a right-click menu item. */
background-color: #434343;
} }
#window { #window {