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
nix-tree
libarchive # bsdtar
lsof
];
services.openssh = {

View File

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

View File

@ -53,7 +53,6 @@
}
tooltip {
/* CSS for hover menu */
background-color: #323232;
}
@ -184,23 +183,7 @@ tooltip {
}
#tray {
/* CSS rules for the tray (not the right-click or hover menu) */
}
/* #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;
/* No styles */
}
#window {